Contents

SignedInteger

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

Declaration

protocol SignedInteger : BinaryInteger, SignedNumeric

Topics

Instance Methods

Type Properties

See Also

Integer