Converts this int128 to an unsigned int, keeping the low bits.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
explicit
operator unsigned int() const;
Return Value
The low‐order bits of this value as an unsigned int.
Created with MrDocs