dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
fromLittleEndian
dcrypt
util
pack
Converts little endian bytes to integral of type T
T
fromLittleEndian
(ubyte[] bs)
pure nothrow @
safe
@
safe
@
nogc
T
fromLittleEndian
(
T
)
(
in
ubyte
[]
bs
)
if
(
isIntegral
!
T
)
void
fromLittleEndian
(ubyte[] bs, T[] output)
Return Value
Type:
T
integral of type T
Meta
Source
See Implementation
dcrypt
util
pack
functions
fromBigEndian
fromLittleEndian
toBigEndian
toLittleEndian
Converts little endian bytes to integral of type T