Type PropertySwift
isSigned
A Boolean value indicating whether this type is a signed integer type.
Implements requirement of
BinaryInteger
.
static var isSigned: Bool { get }
Overview
This property is always true
for signed integer types.
A Boolean value indicating whether this type is a signed integer type.
Implements requirement of BinaryInteger
.
static var isSigned: Bool { get }
This property is always true
for signed integer types.