get method

Option<V> get(
  1. K k
)

Implementation

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