@hackage deque0.2.3
Double-ended queue
Installation
Dependencies (2)
- base >=4.9 && <5
- semigroups >=0.11 && <0.19 Show all…
Dependents (12)
@cardano/ouroboros-network, @cardano/io-sim, @hackage/streamly-statistics, @cardano/io-classes, @hackage/potoki-core, @hackage/skews, Show all…
An implementation of Double-Ended Queue (aka Dequeue or Deque) based on the head-tail linked list.