Function LexerRange.startsWith
bool startsWith
(
const(ubyte[]) needle
) pure nothrow @nogc @safe const;
Returns
true if the range starts with the given byte sequence
bool startsWith
(
const(ubyte[]) needle
) pure nothrow @nogc @safe const;
true if the range starts with the given byte sequence