Void whitespace(var ParseState st)
Arguments
st: The current parsing state
Usage
Remove any leading whitespace ([ \t\r\n]) from the start of the String to be parsed.
st: The current parsing stateRemove any leading whitespace ([ \t\r\n]) from the start of the String to be parsed.