BigInt.isNonzero

Test if the integer is not zero

struct BigInt
const
bool
isNonzero
()

Return Value

Type: bool

true if the integer is non-zero, false otherwise

Meta