skipSpace

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

  1. inout(char)* skipSpace(inout(char)* str)
    pragma(inline)
    inout(char)*
    skipSpace
    (
    inout(char)* str
    )
  2. inout(char)* skipSpace(inout(char)* str, const(char)* limit)

Meta