two constant

Uint256 const two

Implementation

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