map_queue v0.1.2 MapQueue
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
do_pop_indexes(queue, arg, first_or_last, boundary_value)
Link to this function
pop(queue, count)
pop(MapQueue.t(), non_neg_integer()) :: {list(), MapQueue.t()}
Link to this function
pop_rear(queue, count)
pop_rear(MapQueue.t(), non_neg_integer()) :: {list(), MapQueue.t()}
Link to this function
slice(map_queue, index, amount)
slice(MapQueue.t(), any(), any()) :: MapQueue.t()