Discussion 解説
For signed integer types, this value is (2 ** (bit
, where **
is exponentiation.
符号付き整数型に対して、この値は(2 ** (bit
です、そこで**
は冪演算です。
Availability
Technology
static var max: Self { get }
Self
conforms to FixedWidthInteger
.
Self
がFixedWidthInteger
に準拠する時に利用可能です。
For signed integer types, this value is (2 ** (bit
, where **
is exponentiation.
符号付き整数型に対して、この値は(2 ** (bit
です、そこで**
は冪演算です。