//
pkg.gl
Category
github.com/couchbase/tools-common/types/v2
deque
package
2.0.0
Repository:
https://github.com/couchbase/tools-common.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
1
Dependents
0
Files
64 SLOC
#
Functions
NewDeque
NewDeque creates a deque of Ts with a default capacity.
NewDequeWithCapacity
NewDequeWithCapacity creates a new deque of Ts with the given initial capacity.
#
Structs
Deque
Deque is a double-ended queue.
#
Type aliases
IterFunc
IterFunc is a function which will be executed for every element in the deque.