isZero method

bool isZero()

Returns true if h is zero.

Implementation

bool isZero() => (_h! & 0x7fff) == 0;