Decoder.avail

Returns number of available bytes to read.

class Decoder(IRangeT)
const
size_t
avail
()
if (
isInputRange!IRangeT &&
is(ElementType!IRangeT == ubyte)
)

Meta