skipCharSet

Iterates over the given string and returns a pointer to the first character that is not in the given charSet.

  1. inout(char)* skipCharSet(inout(char)* str)
    inout(char)*
    skipCharSet
    (
    string charSet
    )
    (
    inout(char)* str
    )
  2. inout(char)* skipCharSet(inout(char)* str, const(char)* limit)

Meta