Like, if some type X has “append” or “add” member ...
# announcements
o
Like, if some type X has “append” or “add” member (in Java) with parameter type Y, then implicitly allow
Copy code
X {
   Y(…)
}
A little bit like collection initialisers in C#