package
Version:
v0.0.0-...-73e22f4
Opens a new window with list of versions in this module.
Published: Apr 4, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Base data structure for Queue
Initializes new Queue and return it
func (queue *Queue) Dequeue() interface{}
Extracts first item from the Queue
func (queue *Queue) Enqueue(item interface{})
Puts a given item into Queue
type QueueItem struct {
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.