init(rawValue : Int)
Creates a new set from a raw value.
生の値から新しい集合を作成します。
let rawValue : Int
The raw value.
生の値。
Availability 有効性
Technology
typealias RawValue = Int
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 : Int)
let rawValue : Int