package
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Aug 30, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dequeue[T any] interface {
Tail() (val Iterator[T])
Head() (val Iterator[T])
Length() (res int64)
SafePopFront() (val T)
PopFront() (val T)
SafePopBack() (val T)
PopBack() (val T)
SafePushFront(val T)
PushFront(val T)
SafePushBack(val T)
PushBack(val T)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.