Structure IndexPath A list of indexes that together represent the path to a specific location in a tree of nested arrays. Overview Each index in an index path represents the index into an array of children from one node in the tree to another, deeper, node. var item: Int The value of the item element of the index path. var item: Int The value of the item element of the index path. var lazy: Lazy..