Function LexerRange.slice

Returns 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

const(ubyte)[] slice (
  size_t m
) const;