static var max: Self
The maximum representable integer in this type.
この型における最大の表現可能な整数。
Available when
Self
conforms to FixedWidthInteger
.
Self
がFixedWidthInteger
に準拠する時に利用可能です。
static var min: Self
The minimum representable integer in this type.
この型における最小の表現可能な整数。
Available when
Self
conforms to FixedWidthInteger
.
Self
がFixedWidthInteger
に準拠する時に利用可能です。