typealias Float16.Exponent
A type that can represent any written exponent.
何らかの書かれた指数を表すことができる型。
typealias Float16.FloatLiteralType
A type that represents a floating-point literal.
浮動小数点リテラルを表すある型。
typealias Float16.IntegerLiteralType
A type that represents an integer literal.
ある整数リテラルを表す型。
typealias Float16.Magnitude
A type that can represent the absolute value of any possible value of the conforming type.
準拠する型の何らかの可能な値の絶対値を表すことのできる型。
typealias Float16.RawExponent
A type that represents the encoded exponent of a value.
ある値のエンコードされた指数を表す型。
typealias Float16.RawSignificand
A type that represents the encoded significand of a value.
ある値のエンコードされた仮数を表す型。
typealias Float16.Stride
A type that represents the distance between two values.
2つの値の間の隔たりを表す型。