SignedInteger

An integer type that can represent both positive and negative values.

protocol SignedInteger : BinaryInteger, SignedNumeric
Browse conforming types