toInt64 method

Int64 toInt64()

Truncating narrow, then reinterpret (wrapping, like a Rust as i64 cast).

Implementation

Int64 toInt64() => Int64.unsafe(_d0);