RedBlack.left

* Pointer to left child

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

Meta