RedBlack.parent

* Pointer to parent (null if root)

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

Meta