Initializer
init(root:numericIdentifierToNode:)
Initialize a navigator tree with a given root node.
init(root: NavigatorTree.Node, numericIdentifierToNode: [UInt32 : NavigatorTree.Node] = [:])
Parameters
rootThe root node of the tree.
numericIdentifierToNodeA dictionary containing the mapping from the internal numeric identifier to a node.