__anonymous.skip

Skip all characters until one doesn't match, for built-in chars, Unicode whitespace is the default.

  1. ParsingStream!T skip(Checker check)
  2. ParsingStream!T skip()
    struct __anonymous
    ref
    skip
    ()

Return Value

Type: ParsingStream!T

the stream, to allow chaining with other methods.

Meta