Type PropertySwiftArgumentParserSwift
min
The minimum representable integer in this type.
Available because
Self
conforms toSignedInteger
.Available when
Self
conforms toFixedWidthInteger
static var min: Self { get }
Overview
For signed integer types, this value is -(2 ** (bitWidth - 1))
, where **
is exponentiation.