https://issues.dlang.org/show_bug.cgi?id=15230
Berni <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Berni <[email protected]> --- An other solution might be, to add an (optional) option parameter, like in https://dlang.org/phobos/std_range.html#transposed. The parameter decides if sortedness should be striktly checked (O(n)), roughly checked (O(log(n)) or assumed. --
