getKey method

Option<K> getKey(
  1. K k
)

Implementation

Option<K> getKey(K k) => _tree.getKey(_order, k);