dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
toLittleEndian
dcrypt
bitmanip
Undocumented in source. Be warned that the author may not have intended to support it.
void
toLittleEndian
(T val, ubyte[] output)
void
toLittleEndian
(T[] ns, ubyte[] output)
ubyte
[
T
.
sizeof
]
toLittleEndian
(T n)
ubyte
[]
toLittleEndian
(T[] ns)
ubyte
[]
toLittleEndian
(
T
)
(
in
T
[]
ns
)
if
(
isIntegral
!
T
)
Meta
Source
See Implementation
dcrypt
bitmanip
aliases
rol
ror
functions
fromBigEndian
fromLittleEndian
rotateLeft
rotateRight
toBigEndian
toLittleEndian