lmpl4d ~master (2022-03-26T11:27:06.1523894)
Dub
Repo
Unpacker.unpack
lmpl4d
unpacker
Unpacker
Undocumented in source. Be warned that the author may not have intended to support it.
T
unpack
()
T
unpack
(T defValue)
struct
Unpacker
(Stream = const(ubyte)[])
nothrow
T
unpack
(
T
)
(
T
defValue
)
if
(
is
(
Unqual
!
T
== enum) ||
isPointer
!
T
||
isTuple
!
T
||
isSomeChar
!
T
||
isNumeric
!
T
||
is
(
Unqual
!
T
==
bool
)
)
if
(
isInputBuffer
!(
Stream
,
ubyte
)
)
typeof
(
this
)
unpack
(Types objects)
T
unpack
()
bool
unpack
(T array)
T
unpack
()
T
unpack
()
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