var customMirror : Mirror
A mirror that reflects the index path.
インデックスパスを反映するミラー。
var debugDescription : String
A textual description of the index path suitable for debugging.
デバッグに適するインデックスパスのテキスト記述。
var description: String
A textual description of the index path.
インデックスパスのテキスト記述。
var endIndex : IndexPath.Index
One past the index of the last node in the index path.
インデックスパスの最後のノードのインデックスを1つ過ぎます。
var hashValue : Int
The computed hash value for the index path.
インデックスパスに対する計算ハッシュ値。
var isEmpty : Bool
A Boolean value indicating whether the collection is empty.
コレクションが空かどうかを指し示すブール値。
var item: Int
The value of the item element of the index path.
インデックスパスの項目要素の値。
var row: Int
The value of the row element of the index path.
インデックスパスの列要素の値。
var section: Int
The value of the section element of the index path.
インデックスパスのセクション要素の値。
var startIndex : IndexPath.Index
The index of the first node in the index path.
インデックスパスの最初のノードの値。