one constant

Uint256 const one

Implementation

static const Uint256 one = Uint256._(
  Uint64.zero,
  Uint64.zero,
  Uint64.zero,
  Uint64.one,
);