package
2.1.6
Repository: https://github.com/duanhf2012/origin.git
Documentation: pkg.go.dev

# Functions

New creates a new Deque, optionally setting the current and minimum capacity when non-zero values are given for these.
New constructs and returns a new Queue.
No description provided by the author
No description provided by the author

# Structs

Deque represents a single instance of the deque data structure.
An Item is something we manage in a Priority queue.
No description provided by the author
Queue represents a single instance of the queue data structure.
游标,通过该游标获取数据.
这是一个循环队列 */.
No description provided by the author

# Type aliases

A PriorityQueueSlice implements heap.Interface and holds Items.