RedBlack.count

* Return number of nodes of current subtree containing value. * Uses Comparator cmp to find and to check equality.

struct RedBlack(V, A = AttributeDummy)
int
count
(,)

Meta