Explicitly Instantiated Function Template won't work as Array Properties
HOSOKAWA Kenchi
hskwk at inter7.jp
Fri Oct 24 23:19:05 PDT 2008
import std.algorithm;
[0,1,2,3].reverse!(int[]); // fails
[0,1,2,3].reverse; // works
Please let me know the former expression fails due to the language limitation or not.
thanks,
More information about the Digitalmars-d
mailing list