ProtocolSwift
SignedInteger
An integer type that can represent both positive and negative values.
protocol SignedInteger : BinaryInteger, SignedNumeric
An integer type that can represent both positive and negative values.
protocol SignedInteger : BinaryInteger, SignedNumeric
static var max: Self
The maximum representable integer in this type.
static var min: Self
The minimum representable integer in this type.