BinaryReader.this

Creates instance of BinaryReader.

struct BinaryReader(Range = ubyte[])
this
if (
isInputRange!Range &&
is(ElementType!Range == ubyte)
)

Parameters

source
Type: Range

Range of ubytes to read from.

Meta