get method

Option<A> get(
  1. A a
)

Implementation

Option<A> get(A a) => _root.get(_order, a);