typealias FloatingPointSign.RawValue
The raw type that can be used to represent all values of the conforming type.
準拠している型のすべての値を表すために使われる生の型。
Availability
Technology
typealias FloatingPointSign.RawValue
case minus
case plus
init?(rawValue : Int)
var hashValue : Int
var rawValue : Int
func hash(into: inout Hasher)
static func != (FloatingPointSign, FloatingPointSign) -> Bool
static func == (FloatingPointSign, FloatingPointSign) -> Bool