dcrypt.util.bitmanip

Undocumented in source.

Members

Aliases

rol
alias rol = rotateLeft
Undocumented in source.
ror
alias ror = rotateRight
Undocumented in source.

Functions

rotateLeft
T rotateLeft(T x, uint shiftAmount)

rot shift to the left

rotateRight
T rotateRight(T x, uint shiftAmount)

rot shift to the right

Meta