I have no idea why this gags its compile error. Because I found this while testing my name checker, I'm scared to fix this. std/ndslice/selection.d(795): in function reshape() foreach (i; Iota!(ret.N, ret.PureN)) { ret._lengths[i] = slice._lengths[i + slcie.N - ret.N]; // wrong slcie ret._strides[i] = slice._strides[i + slcie.N - ret.N]; // wrong slcie }
Development for Ndslice happens at mir.dlang.io - you probably want to open your bug there ;-)
Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/66c019a472e5c81f4d4252c96439f6f94dd75e8f Merge pull request #4203 from 9il/Issue15919 Trivial. fix Issue 15919
Not sure why this didn't auto-close.