__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)
    struct __anonymous
    ref
    skip
    (
    Checker check
    )
  2. ParsingStream!T skip()

Parameters

check
Type: Checker

Function to match against.

Return Value

Type: ParsingStream!T

the stream, to allow chaining with other methods.

Meta