SHould this work ?

Basile B. b2.temp at gmx.com
Mon Dec 4 23:08:14 UTC 2017


void main()
{
import std.algorithm.iteration, std.typecons, std.stdio;
     [tuple(dchar(0), uint(0))].reduce!((a,b) => 
a[1]+b[1])(tuple(dchar(0), uint(0))).writeln;
}


More information about the Digitalmars-d-learn mailing list