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