https://issues.dlang.org/show_bug.cgi?id=16707
berni44 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from berni44 <[email protected]> --- Should be void main() { print!(1,'a',6.8)(); // prints: args are 1a6.8 write!(int, char, double)(1, 'a', 6.8); // prints: args are 1a6.8 } --
