Required Static Propertyswift 6.0.3Swift

max

The maximum representable integer in this type.

static var max: Self { get }

For unsigned integer types, this value is (2 ** bitWidth) - 1, where ** is exponentiation. For signed integer types, this value is (2 ** (bitWidth - 1)) - 1.