var startIndex : IndexPath.Index
The index of the first node in the index path.
インデックスパスの最初のノードの値。
var endIndex : IndexPath.Index
One past the index of the last node in the index path.
インデックスパスの最後のノードのインデックスを1つ過ぎます。
func index(after: IndexPath.Index) -> IndexPath.Index
Returns the index that follows the given index.
与えられたインデックスに続くインデックスを返します。
func index(before: IndexPath.Index) -> IndexPath.Index
Returns the index that precedes the given index.
与えられたインデックスに先行するインデックスを返します。
typealias IndexPath.Indices
A type that represents a group of nodes in an index path.
ノードいくらかからなるグループをインデックスパスにおいて表す型。