Array-backed tree node.
Create using: Trees.Mutable.root: Imperative building of a tree Trees.FromObject.create: Create based on a snapshot of an object
Use Trees.isTreeNode to check if an object is this type.
Convert: Trees.Mutable.stripParentage: Create a Trees.SimplifiedNode, with parentage removed. Trees.Mutable.wrap: Create an object-oriented Trees.WrappedNode based on a node.
Children of this node
Parent node, or undefined if a root
Associated value
Array-backed tree node.
Create using: Trees.Mutable.root: Imperative building of a tree Trees.FromObject.create: Create based on a snapshot of an object
Use Trees.isTreeNode to check if an object is this type.
Convert: Trees.Mutable.stripParentage: Create a Trees.SimplifiedNode, with parentage removed. Trees.Mutable.wrap: Create an object-oriented Trees.WrappedNode based on a node.