Unpacker.unpackExt

Unpacks an EXT value into type and data.

struct Unpacker(Stream = const(ubyte)[])
nothrow
bool
unpackExt
(
T
)
(
ref byte type
,
ref T data
)
if (
isOutputBuffer!(T, ubyte)
)
if (
isInputBuffer!(Stream, ubyte)
)

Return Value

Type: bool

true if succeed

Meta