Unpacker.this

Creates instance of Unpacker.

struct Unpacker(string format, ByteOrder byteOrder = ByteOrder.Native, R)
this
()
if (
(
isInputRange!R &&
is(ElementType!R == ubyte)
)
||
is(R == File)
)

Parameters

range
Type: R

Range of ubytes to unpack from.

Meta