[Issue 21068] New: Cannot sort a RandomAccessFinite range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 23 21:14:00 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21068

          Issue ID: 21068
           Summary: Cannot sort a RandomAccessFinite range
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com

Per https://run.dlang.io/is/An0kxM, it looks like sort does not work with a
RandomAccessFinite range. It should because the range offers moveAt, which
should be enough for moving elements around.

--


More information about the Digitalmars-d-bugs mailing list