package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 22, 2020
License: Apache-2.0
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
func (queue *Queue) Peek() interface{}
Peek first
func (queue *Queue) PeekBack() interface{}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.