RedBlack.find

* Return node of current subtree containing value as value(), * if it exists, else null. * Uses Comparator cmp to find and to check equality.

  1. Ref find(V value, Compare!(V) cmp)
    struct RedBlack(V, A = AttributeDummy)
    find
    (,)
  2. Ref find(V value, A attribute, Compare!(V) cmp)

Meta