dcrypt v0.0.7 (2015-12-06T17:48:29Z)
Dub
Repo
fromLittleEndian
dcrypt
bitmanip
Converts little endian bytes to integral of type T
T
fromLittleEndian
(ubyte[] bs)
@
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
bitmanip
aliases
rol
ror
functions
fromBigEndian
fromLittleEndian
rotateLeft
rotateRight
toBigEndian
toLittleEndian
Converts little endian bytes to integral of type T