Skip bytes while parsing an input slice.
ubyte input range.
Number of bytes to skip.
true if read error.
On success, *err is set to false. On failure, *err is set to true, and the input range cannot be used anymore.
See Implementation
Skip bytes while parsing an input slice.