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