ghc-linked-list-with-iterator
A pure linked list which is mutable through iterators
It's iternally implemented by 'Data.IntMap.Strict.IntMap' or 'Data.Map.Strict.Map' 'Integer', using 'Int' or 'Integer' as the iterator type respectly. Most of the operations cost 'O(lg N)'. Each newly inserted element will consume a unique number and never reuse old numbers. Choose 'Int' one if you're sure that there're no more than 'Int' space times of insertions, or choose 'Integer' one otherwise.
BSD-3-Clausecloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...