pack-d ~master (2022-02-24T17:00:06.5390118)
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
(BinaryWriter writer, V values)
void
pack
(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.