RedBlack.find

* find and return a cell holding (key, element), or null if no such

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

Meta