int[2] a;
immutable(int)[2] b = a;

I get "Error: cannot implicitly convert expression (a) of type int[2u] to immutable(int)[]"

Is there are reason for disallowing this, or is it a bug?

Reply via email to