SignedInteger
An integer type that can represent both positive and negative values.
Declaration
protocol SignedInteger : BinaryInteger, SignedNumericAn integer type that can represent both positive and negative values.
protocol SignedInteger : BinaryInteger, SignedNumeric