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