howto make a function get types form compile-time-parameters AND from arguments ?

Uplink_Coder someemail at someprovider.some
Thu Oct 31 03:18:24 PDT 2013


Maybe I shuold be more specific :
for now It's:
T[] arr = makeArray!(T,U)([some,instances,of,U]);

but I would like it to be:

auto arr = makeArray!(T)([some,instances,of,U]);






More information about the Digitalmars-d-learn mailing list