foreach (p;__traits(lambda, (x,y) => x < y)) { writeln(p); }would output x y x < y
If something like that would be merged I can implement this now I guess.
thanks for the PR link Jacob
foreach (p;__traits(lambda, (x,y) => x < y)) { writeln(p); }would output x y x < y
If something like that would be merged I can implement this now I guess.
thanks for the PR link Jacob