[Issue 5377] New: Ranges do not support tail-const

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 26 04:03:31 PST 2010


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

           Summary: Ranges do not support tail-const
           Product: D
           Version: D2
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: simen.kjaras at gmail.com


--- Comment #0 from Simen Kjaeraas <simen.kjaras at gmail.com> 2010-12-26 04:01:29 PST ---
It has long been a problem that D ranges in general do not support tail-const.
For that reason, I have created the attached modules. The first contains
templates and functions for converting to and from tailconst, tailmutable,
tailimmutable and headmutable, the second is a proof-of-concept range
demonstrating the functionality.

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