[Issue 5106] New: makeIndex should return SortedRange

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 23 04:22:13 PDT 2010


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

           Summary: makeIndex should return SortedRange
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: tomeksowi at gmail.com


--- Comment #0 from Tomasz Sowiński <tomeksowi at gmail.com> 2010-10-23 04:21:28 PDT ---
It sorts, so no reason it shouldn't.

SortedRange's underlying should be map!deref(index), where deref either is
pointer dereferencing or index access on the unmodifiable range.

-- 
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