Uniform function call syntax: Difference between revisions

Content deleted Content added
D example, remove an unused import
D example, remove the parens-less version, which is out of the scope of the article
Line 28:
int b = first(a);
int c = a.first();
int d = a.first;
 
// chaining