Data.Queue.IntQueue
Description
A small collection of specialized Int-indexed priority queues dealing with both untagged Ints and association pairs with Int keys. The implementation is a simple bootstrap from IntMap. (Note: Duplicate keys will be counted separately. No guarantees are made on the order in which values associated with equal keys are returned.)
- data IntQueue
- data IntAssocQueue e