On Tuesday, 4 December 2018 at 23:28:42 UTC, H. S. Teoh wrote:

Well OK, for int[] it's kinda silly 'cos that's the default, but in my code I've often had to write things like:

        auto z = cast(float[]) [ 1.0, 2.0, 3.0 ];

Err,

auto z = [ 1.0f, 2, 3 ];

?

Reply via email to