package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Oct 21, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MustReturn[T any](value T, err error) T
type Deque[T any] interface {
IsEmpty() bool
Poll() T
Offer(value T) bool
LastIndex() int
}
func NewCappedDeque[T any](maxSize, initialSize int) Deque[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.