pack-d ~master (2016-08-22T15:01:24Z)
Home
Dub
Repo
pack
binary
pack
Binary encodes data.
In this overload format string is infered from V type tuple.
ubyte
[]
pack
(
V
values
)
void
pack
(
File
file
,
V
values
)
ubyte
[]
pack
(
V
values
)
ubyte
[]
pack
(
ByteOrder
byteOrder
=
ByteOrder.Native
V
...
)
(
V
values
)
if
(
!
isFirstArgFile
!
V
)
ubyte
[]
pack
(
File
file
,
V
values
)
void
pack
(
ref
BinaryWriter
writer
,
V
values
)
Meta
Source
See Implementation
binary
pack
functions
pack
Binary encodes data.
In this overload format string is infered from V type tuple.