Converts this uint128 to an unsigned int, keeping the low bits.
uint128
unsigned int
Declared in <absl/numeric/int128.h>
<absl/numeric/int128.h>
constexpr explicit operator unsigned int() const;
The low-order bits of this value as an unsigned int.