//
pkg.gl
Category
github.com/lasthyphen/dijetsnodego
utils
buffer
package
1.8.14
Repository:
https://github.com/lasthyphen/dijetsnodego.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
8
Files
255 SLOC
#
Functions
NewUnboundedBlockingDeque
Returns a new unbounded deque with the given initial size.
NewUnboundedDeque
Returns a new unbounded deque with the given initial slice size.
#
Interfaces
BlockingDeque
No description provided by the author
Deque
An unbounded deque (double-ended queue).