Converts this int128 to a wchar_t, keeping the low bits.

Synopsis

Declared in <absl/numeric/int128.h>

constexpr
explicit
operator wchar_t() const;

Return Value

The low‐order bits of this value as a wchar_t.

Created with MrDocs