get method

Option<A> get(
  1. int index
)

Implementation

Option<A> get(int index) => _elementsByIndex.get(_offset+index);