init(rawValue : UInt)
Creates a new option set from the given raw value.
let rawValue : UInt
The corresponding value of the raw type.
生の型の対応している値。
Availability 有効性
Technology
typealias RawValue = UInt
Every distinct value of the conforming type has a corresponding unique value of the Raw
type, but there may be values of the Raw
type that don’t have a corresponding value of the conforming type.
init(rawValue : UInt)
let rawValue : UInt