IsWhitespaceSeparator
if (IsWhitespaceSeparator(ch)) return true;
while (IsWhitespaceSeparator(GetCurrentChar())) {