RedBlack.rightOf

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

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

Meta