__anonymous.skipUntil

Skip all characters until one matches.

struct __anonymous
ref
skipUntil
(
Checker check
)

Parameters

check
Type: Checker

Function to match against.

Return Value

Type: ParsingStream!T

the stream, to allow chaining with other methods.

Meta