lmpl4d ~master (2022-03-26T11:27:06.1523894)
Dub
Repo
Unpacker.unpackExt
lmpl4d
unpacker
Unpacker
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
Source
See Implementation
lmpl4d
unpacker
Unpacker
aliases
beginArray
beginMap
beginRaw
constructors
this
functions
begin
canRead
check
checkNil
load
read
rollback
unpack
unpackAA
unpackArray
unpackExt
unpackMap
unpackNil
unpackObj
variables
buf
pos
Unpacks an EXT value into type and data.