isSigned
A Boolean value indicating whether this type is a signed integer type.
Declaration
static var isSigned: Bool { get }Discussion
This property is always false for unsigned integer types.
A Boolean value indicating whether this type is a signed integer type.
static var isSigned: Bool { get }This property is always false for unsigned integer types.