StructureAxis
Axis.Set
An efficient set of axes.
軸それらからなるある有効な集合。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct Set
Topics 話題
Getting Axis Sets
Creating an Axis Set 軸集合を作成する
init()
Creates an empty option set.
空のオプションセットを作成します。
Available when
RawValue
conforms to FixedWidthInteger
.
RawValue
がFixedWidthInteger
に準拠する時に利用可能です。
init<S>(S)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
init(arrayLiteral : Self.Element...)
Creates a set containing the elements of the given array literal.
与えられた配列リテラルの要素を含んでいる集合を作成します。
Available when
ArrayLiteralElement
is Self.Element
.
ArrayLiteralElement
がSelf.Element
である時に利用可能です。
init(rawValue : Int8)
Creates a new option set from the given raw value.
let rawValue : Int8
The corresponding value of the raw type.
生の型の対応している値。
typealias RawValue
The raw type that can be used to represent all values of the conforming type.
準拠している型の全ての値を表すために使われることができる生の型。
Supporting Types 支援を行う型
typealias ArrayLiteralElement
The type of the elements of an array literal.
typealias Element
The element type of the option set.
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Getting All Axes
static var allCases : [Axis]
A collection of all values of this type.
この型の全ての値からなるコレクション。
typealias AllCases
A type that can represent a collection of all values of this type.
ある型、それはこの型の全ての値からなるあるコレクションを表すことができます。