RedBlack.right

* Pointer to right child

struct RedBlack(V, A = AttributeDummy)
package
Ref right;

Meta