BTreeMapNode.child_nodes

Array of the pointers to the subtrees

struct BTreeMapNode
package
BTreeMapNode*[tree_degree * 2] child_nodes;

Meta