View Source argo_index_set (argo v1.0.0)
Summary
Types
-type element() :: dynamic().
-type index() :: argo_index_map:index().
-opaque iterator(T)
-type iterator_order() :: iterator_order(element()).
-type iterator_order(ElementType) :: ordered | reversed | iterator_order_func(ElementType).
-type t(ElementType) :: #argo_index_set{map :: argo_index_map:t(ElementType, [])}.