Package: effect Module: SortedMap
effect
SortedMap
Gets the Order<K> that the SortedMap<K, V> is using.
Order<K>
SortedMap<K, V>
Signature
declare const getOrder: <K, V>(self: SortedMap<K, V>) => Order<K>
Source
Since v2.0.0