Rotate V left by R bit positions.
V
R
Declared in <llvm/ADT/bit.h>
<llvm/ADT/bit.h>
template<typename T> requires std::is_unsigned_v<T> [[nodiscard]] constexpr T rotl( T V, int R);
The return value should not be discarded.