digitalmars.D.bugs - [Issue 13535] New: byCodeUnit doesn't satisfy hasSlicing
- via Digitalmars-d-bugs (17/17) Sep 26 2014 https://issues.dlang.org/show_bug.cgi?id=13535
https://issues.dlang.org/show_bug.cgi?id=13535 Issue ID: 13535 Summary: byCodeUnit doesn't satisfy hasSlicing Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Priority: P1 Component: Phobos Assignee: nobody puremagic.com Reporter: sinkuu aol.jp Currently ByCodeUnitImpl.opSlice returns an array slice to the original (w)string, but std.range.hasSlicing requires that it returns a range of the same type(ByCodeUnitImpl). --
Sep 26 2014