//
pkg.gl
Category
github.com/lasthyphen/dijetsnodesgo
utils
buffer
package
0.1.4
Repository:
https://github.com/lasthyphen/dijetsnodesgo.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
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).