dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
toBigEndian
dcrypt
util
pack
Undocumented in source. Be warned that the author may not have intended to support it.
void
toBigEndian
(T n, ubyte[] output)
void
toBigEndian
(T[] ns, ubyte[] output)
ubyte
[]
toBigEndian
(T n)
ubyte
[]
toBigEndian
(T[] ns)
pure nothrow @
safe
ubyte
[]
toBigEndian
(
T
)
(
in
T
[]
ns
)
if
(
isIntegral
!
T
)
Meta
Source
See Implementation
dcrypt
util
pack
functions
fromBigEndian
fromLittleEndian
toBigEndian
toLittleEndian