package
2.0.0
Repository: https://github.com/couchbase/tools-common.git
Documentation: pkg.go.dev

# Functions

NewDeque creates a deque of Ts with a default capacity.
NewDequeWithCapacity creates a new deque of Ts with the given initial capacity.

# Structs

Deque is a double-ended queue.

# Type aliases

IterFunc is a function which will be executed for every element in the deque.