RedBlack.leftOf

* return left child of node p, or null if p is null

struct RedBlack(V, A = AttributeDummy)
static
leftOf
()

Meta