rotateLeft

Bit rotation left

pure
T
rotateLeft
(
T
)
(,
size_t rot
)

Parameters

input T

the input word

rot size_t

the number of bits to rotate

Return Value

Type: T

input rotated left by rot bits

Meta