Okasaki.Implementations.ErlangDeque (Okasaki v1.0.1) View Source

A deque implementation wrapping the built-in :queue module.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

insert_left(deque, item)

View Source
Link to this function

insert_right(deque, item)

View Source

Specs

map(t(), (any() -> any())) :: t()

Callback implementation for FunLand.Mappable.map/2.

Link to this function

member?(erlang_deque, item)

View Source