init()
Creates an empty index path.
空のインデックスパスを作成します。
init(index: IndexPath.Element)
Creates an index path with a single element.
ただ1つの要素をもつインデックスパスを作成します。
init(arrayLiteral : IndexPath.Element...)
Creates an index path from an array literal.
配列リテラルからインデックスパスを作成します。
init<ElementSequence>( indexes: ElementSequence)
Creates an index path from a sequence of integers.
いくつかの整数の連なりからインデックスパスを作成します。
typealias IndexPath.Element
A type that represents one node of an index path.
あるインデックスパスの1つのノードを表す型。