toInt64 method

Int64 toInt64()

Signed narrowing to Int64.

Keeps low 64 bits.

Implementation

Int64 toInt64() => Int64.unsafe(_bits.lo);