Reducing variadic template combinatorics (C++ was onto something)

Daniel N no at public.email
Tue Oct 14 06:54:24 UTC 2025


On Tuesday, 14 October 2025 at 04:30:49 UTC, Steven Schveighoffer 
wrote:
>
> Now, how does this look?
>
> ```d
> writelines2(1)(2)(3)(4);
> ```
>
> -Steve

It's probably not what you want...
[1,2,3,4].writeln;
... but I think the syntax is sufficiently nice.



More information about the Digitalmars-d mailing list