Type inference and overloaded functions

Namespace rswhite4 at googlemail.com
Thu Dec 12 16:37:35 PST 2013


Why don't you discuss on github?

And finally I did it:

----
auto[$] a_arr2 = dyn_arr[4 .. 8];
assert(is(typeof(a_arr2) == int[4]));
----

I will make a Pull Request tomorrow. Hope my code isn't that bad. 
:/


More information about the Digitalmars-d-learn mailing list