LexerRange.startsWith

struct LexerRange
nothrow pure @safe @nogc const
bool
startsWith
(
const(ubyte[]) needle
)

Return Value

Type: bool

true if the range starts with the given byte sequence

Meta