[Issue 15230] Inconsistent std.range.SortedRange predicate checks
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 29 11:44:11 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=15230
Berni <dlang at croco-puzzle.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dlang at croco-puzzle.com
--- Comment #5 from Berni <dlang at croco-puzzle.com> ---
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.
--
More information about the Digitalmars-d-bugs
mailing list