alias AliasSeq(Args...) = Args; alias fdsa = AliasSeq!(int); alias asdf = fdsa[][][][][][][][]; pragma(msg, asdf); // (int) back in 2.064 you got this error: onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) onlineapp.d(3): Error: can't have array of (int) _error_
https://dlang.org/changelog/2.065.0.html#slicing-tuple
(In reply to ag0aep6g from comment #1) > https://dlang.org/changelog/2.065.0.html#slicing-tuple Haha wow that's awful in the case I showed but also I guess makes sense. Swings and roundabouts. Ok.