Added in v1.0.0
Signature
export declare const getAt: <K, A>() => At<SortedMap.SortedMap<K, A>, K, Option.Option<A>>
export declare const getIndex: <K, A>() => Index<SortedMap.SortedMap<K, A>, K, A>