http://d.puremagic.com/issues/show_bug.cgi?id=9616
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Severity|normal |enhancement --- Comment #1 from [email protected] 2013-02-28 15:50:26 PST --- I have converted this to an enhancement request, if that's OK. Is this ER vaguely related to this question I have asked? http://forum.dlang.org/thread/[email protected] If SortedRange supports Input Ranges too, then group(SortedRange) is able to be a SortedRange. But unfortunately if you apply an array on that lazy SortedRange, you get an array and you lose the SortedRange quality. In my code I'd like to perform a binary search on the result of a "sort.group.array". Currently I have to use "sort.group.array.assumeSorted". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
