ProtocolSwift5.9.0

    SignedInteger

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

    protocol SignedInteger : BinaryInteger, SignedNumeric

    Supertypes

    Citizens in Swift

    where Self:FixedWidthInteger

    Members