kiss-rpc ~master (2017-11-08T11:45:01Z)
Dub
Repo
IntBuf
kissrpc
Endian
Undocumented in source.
union
IntBuf (
T
) {
ubyte
[
T
.
sizeof
]
bytes
;
T
value
;
}
Members
Variables
bytes
ubyte
[
T
.
sizeof
]
bytes
;
Undocumented in source.
value
T
value
;
Undocumented in source.
Meta
Source
See Implementation
kissrpc
Endian
aliases
hostToLe
hostToNet
leToHost
netToHost
functions
byteSwap
doNothing
unions
IntBuf