pack-d ~master (2016-08-22T15:01:24Z)
Home
Dub
Repo
Unpacker.this
binary
unpack
Unpacker
Creates instance of Unpacker.
struct
Unpacker
(string format, ByteOrder byteOrder = ByteOrder.Native, R)
this
(
R
range
)
if
(
(
isInputRange
!
R
&&
is
(
ElementType
!
R
==
ubyte
)
)
||
is
(
R
==
File
)
)
Parameters
range
Type:
R
Range of ubytes to unpack from.
Meta
Source
See Implementation
binary
unpack
Unpacker
aliases
Type
constructors
this
functions
popFront
variables
empty
front
source
Creates instance of Unpacker.