Idris2Doc : Data.BoundedQueue1.Unsized.Internal

Data.BoundedQueue1.Unsized.Internal

(source)
Linear Bounded Queue Internals

Definitions

dataBoundedQueue1 : Type->Type->Type
  A linear, immutable, bounded first-in first-out structure which keeps
track of its size, with amortized O(1) enqueue and dequeue operations.

Totality: total
Visibility: public export
Constructor: 
MkBoundedQueue1 : Refs (BoundedQueuea) ->BoundedQueue1sa