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