loNibble

Returns low 4 bits of a byte

T
loNibble
(
T
)
(
T b
)

Examples

assert(loNibble(0xFE) == 0x0E);

Meta