fn countChildren(node: *const Node) usize
Iterate over each next node, returning the count of all nodes except the starting one. This operation is O(N).
node: *const Node,