max constant

Uint256 const max

Implementation

static const Uint256 max = Uint256._(
  Uint64.max,
  Uint64.max,
  Uint64.max,
  Uint64.max,
);