[Issue 9616] New: SortedRange should support all range kinds

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 28 15:26:50 PST 2013


http://d.puremagic.com/issues/show_bug.cgi?id=9616

           Summary: SortedRange should support all range kinds
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andrei at erdani.com


--- Comment #0 from Andrei Alexandrescu <andrei at erdani.com> 2013-02-28 15:26:41 PST ---
There's no inherent reason for which SortedRange shouldn't support all kinds of
ranges. There are e.g. files that are known to be sorted, and there are
algorithms on sorted ranges that don't need random access, such as merge, diff
etc.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list