constexpr auto countr_zero(UInt x) noexcept -> int
Returns the number of consecutive 0 bits in the value of x, starting from the least significant bit (...
Definition countr_zero.hpp:24
constexpr auto test_bit(UInt word, UInt pos) noexcept -> bool
Test bit at position pos.
Definition test_bit.hpp:19