IndexPath
A list of indexes that together represent the path to a specific location in a tree of nested arrays.
Declaration
struct IndexPathOverview
Each index in an index path represents the index into an array of children from one node in the tree to another, deeper, node.
Topics
Creating Index Paths
Working with Special Node Names
Accessing Nodes
Adding Nodes
Selecting Nodes
append(_:)append(_:)append(_:)appending(_:)appending(_:)appending(_:)compare(_:)dropLast()index(after:)index(before:)makeIterator()