SwiftDocCNavigatorTreeNavigatorTree.Nodeadd(child:)Instance Methodadd(child:)Add a child to the current node.func add(child: NavigatorTree.Node)ParameterschildThe child to add to the current node.DiscussionNoteIt performs the side effect of setting the current node as child’s parent.