SourceText.sentinelString

The data member must be terminated with this string. Four zeros are used to make certain optimizations possible in the Lexer.

class SourceText
auto sentinelString = "\0\0\0\0";

Meta