https://issues.dlang.org/show_bug.cgi?id=14886
--- Comment #4 from Kenji Hara <[email protected]> --- More: auto front(T)(T[] a) {} void main() { alias R = int[100_000]; alias E = typeof(front(R.init)); } --
https://issues.dlang.org/show_bug.cgi?id=14886
--- Comment #4 from Kenji Hara <[email protected]> --- More: auto front(T)(T[] a) {} void main() { alias R = int[100_000]; alias E = typeof(front(R.init)); } --