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();
// chaining
|
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();
// chaining
|