IonTokenizer.skipWhitespace

Undocumented in source. Be warned that the author may not have intended to support it.
struct IonTokenizer
@safe @nogc pure
char
skipWhitespace
(
bool skipComments = true
bool failOnComment = false
)
()
if (
skipComments != failOnComment ||
(
skipComments == false &&
skipComments == failOnComment
)
)

Meta