RotBitLt Last update: 16.07.2025 Returns the input with all bits rotated to the left by a number. The most significant bit is rotated to the least significant bit location for every single bit shift cycle. Interface Name Kind Type Comment N P N/A Size of the bit-field bf I unsigned<n>> Input bit-field l I Integer Number of bits to rotateRange: [0, N[ v O unsigned<n>> Result of the operation Parent topic:Bitfield