https://issues.dlang.org/show_bug.cgi?id=24048
Nick Treleaven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Nick Treleaven <[email protected]> --- filter returns an input range. sort requires a random access range and works in place and has good time complexity. How do you want to sort an input range? --
