Variable BTree.Node._position

The position of the node in the node's parent.

class BTree.Node
{
  // ...
  size_t _position = 0;
  // ...
}