LexerRange.slice

Returs a slice of the input byte array between the given mark and the current position. Params m = the beginning index of the slice to return

struct LexerRange
nothrow pure @safe @nogc const
const(ubyte)[]
slice
()
(
size_t m
)

Meta