Versions in this module Expand all Collapse all v2 v2.0.2 Mar 4, 2023 v2.0.1 Mar 4, 2023 Changes in this version + type Deque struct + func New() *Deque[T] + func (d *Deque[T]) Back() (T, bool) + func (d *Deque[T]) Front() (T, bool) + func (d *Deque[T]) Init() *Deque[T] + func (d *Deque[T]) Len() int + func (d *Deque[T]) PopBack() (T, bool) + func (d *Deque[T]) PopFront() (T, bool) + func (d *Deque[T]) PushBack(v T) + func (d *Deque[T]) PushFront(v T) Other modules containing this package github.com/ef-ds/deque