ProtocolSwift
UnsignedInteger
An integer type that can represent only nonnegative values.
protocol UnsignedInteger : BinaryInteger
An integer type that can represent only nonnegative values.
protocol UnsignedInteger : BinaryInteger
static var max: Self
The maximum representable integer in this type.
static var min: Self
The minimum representable integer in this type.
var magnitude: Self
The magnitude of this value.