https://issues.dlang.org/show_bug.cgi?id=15982
--- Comment #2 from sigod <[email protected]> --- It's meaningless for dynamic arrays. Currently, if you change you code from ranges to arrays you have to remove use of `array()` or it just adds hidden cost. --
