toUint256 method

Uint256 toUint256()

Sign-extending widen (via toInt64), then reinterpret.

Implementation

Uint256 toUint256() => toInt64().toUint256();