RedBlack.findFirst

* Return node of subtree matching "value" * or, if none found, the one just after or before * if it doesn't exist, return null * Uses Comparator cmp to find and to check equality.

struct RedBlack(V, A = AttributeDummy)
findFirst
(,,
bool after = true
)

Meta