toUint64 method

Uint64 toUint64()

Same-width bit reinterpretation (two's complement) — e.g. Int64.minusOne.toUint64() == Uint64.max.

Implementation

Uint64 toUint64() => _bits;