Contents

IndexPath

A list of indexes that together represent the path to a specific location in a tree of nested arrays.

Declaration

struct IndexPath

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.

Topics

Creating Index Paths

Working with Special Node Names

Adding Nodes

Selecting Nodes

Excluding Nodes

Comparing Index Paths

Using Reference Types

Initializers

Instance Properties

See Also

Indexes