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

          Issue ID: 17525
           Summary: std.algorithm.searching.skipOver should have a single
                    argument with pred version
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: [email protected]
          Reporter: [email protected]

A la startsWith and endsWith, I should be able to do the following with
skipOver

    auto s = "\tvalue";
    assert(s.skipOver!isWhite.equal("value"));

--

Reply via email to