dfins v0.3.0 (2019-06-25T13:55:22Z)
Dub
Repo
swapByteOrder
dfins
util
Swap byte order of items in an array.
@
trusted
pure nothrow
ubyte
[]
swapByteOrder
(
int
L
= 4
)
(
ubyte
[]
data
)
if
(
L
== 2 ||
L
== 4
||
L
== 0
)
Parameters
L
Lenght
Meta
Source
See Implementation
dfins
util
functions
fromBCD
nativeToFins
readFins
swapByteOrder
toBCD
Swap byte order of items in an array.