A Boolean value indicating whether this type is a signed integer type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
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.
SDK
Framework
static var isSigned: Bool { get }
This property is always false
for unsigned integer types.