The search functionality needs JavaScript enabled
A count of the number of values in the node.
class BTree.Node { // ... size_t _numValues = 0; // ... }