https://issues.dlang.org/show_bug.cgi?id=15359
--- Comment #4 from Jack Stouffer <[email protected]> --- (In reply to Alex Parrill from comment #3) > Fixed-sized arrays (like `int[2][5]`) have different semantics than slices > (like `int[][]`); you'll have to assign the elements manually. Ok, so it's a poor error message that should be fixed. --
