Some array casts

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jan 21 06:31:14 PST 2015


Currently this is accepted:

int[2] m = cast(int[2])[1, 2];

But Kenji suggests that the cast from int[] to int[2][1] should 
not be accepted. Do you know why?

Reference:
https://issues.dlang.org/show_bug.cgi?id=7514

Bye and thank you,
bearophile


More information about the Digitalmars-d-learn mailing list