dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
loNibble
dlib
core
bitio
Returns low 4 bits of a byte
T
loNibble
(
T
)
(
T
b
)
Examples
assert
(
loNibble
(
0xFE
) ==
0x0E
);
Meta
Source
See Implementation
dlib
core
bitio
enums
Endian
functions
getBit
hiNibble
loNibble
setBit
swapEndian16
Returns low 4 bits of a byte