Decoder.skip

Undocumented in source. Be warned that the author may not have intended to support it.
class Decoder(IRangeT)
void
skip
(
size_t n
)
if (
isInputRange!IRangeT &&
is(ElementType!IRangeT == ubyte)
)

Meta