Parser.testTextValidity

if set to true (which is default), then the parser will test for invalid characters, and will throw an exception on errors. Turning it off can speed up parsing.

struct Parser(L, Flag!"preserveWhitespace" preserveWhitespace = No.preserveWhitespace)
bool testTextValidity;

Meta