Uniform function call syntax: Difference between revisions

Content deleted Content added
remove a bias of "date of authoring"
D example, remove an unused import
Line 7:
=== D programming language ===
<syntaxhighlight lang="d">
import std.stdio;
 
int first(int[] arr)
{