RBNode.value

The value held by this node

struct RBNode(V)
V value;

Meta