constexpr auto bit_ceil(UInt x) noexcept -> UInt
Calculates the smallest integral power of two that is not smaller than x. If that value is not repres...
Definition bit_ceil.hpp:25
constexpr auto bit_width(UInt x) noexcept -> int
If x is not zero, calculates the number of bits needed to store the value x, that is,...
Definition bit_width.hpp:21