public const(ubyte)[] slice(size_t m) const nothrow pure @safe
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