skipBytes

Skip bytes in input range.

@nogc nothrow
void
skipBytes
(
ref const(ubyte)[] input
,,
bool* err
)

Return Value

Type: void

On success, *err is set to false and return integer. On failure, *err is set to true and return 0. The input range cannot be used anymore.

Meta