Converts this uint128 to a bool.
Synopsis
Declared in <absl/numeric/int128.h>
constexpr
explicit
operator bool() const;
Return Value
true if this value is non‐zero; false otherwise.
Created with MrDocs