package
Version:
v3.4.7
Opens a new window with list of versions in this module.
Published: Dec 2, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Queue implements a FIFO data structure.
func (q *Queue) Append(data interface{})
Append adds the data to the end of the Queue.
Empty returns true if the Queue is empty.
Len returns the current length of the Queue
Next returns the data at the front of the Queue.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.