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

          Issue ID: 19403
           Summary: std.string.stripLeft on char array could be @nogc
                    nothrow
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nob...@puremagic.com
          Reporter: n8sh.second...@hotmail.com

std.string.stripLeft on char array could be @nogc nothrow by using
std.utf.decode!(UseReplacementDchar.yes) instead of string front/popFront.

--

Reply via email to