Skip a single character if it matches. Params: check = Function to match against.
the stream, to allow chaining with other methods.
auto stream = parsingStream(" white = space(stuff)"); assert(stream.skip().match(a => a.isAlpha) == "white");
See Implementation
Skip a single character if it matches. Params: check = Function to match against.