package
Version:
v0.0.0-...-8757257
Opens a new window with list of versions in this module.
Published: Jan 24, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Counter struct {
Id int
}
type Person struct {
Id int
Items int
}
NumberOfPeople
returns the number of people in our queue
Pop will remove the top element from the queue and return it
Push adds an element at the end of the existing queue
Source Files
¶
Click to show internal directories.
Click to hide internal directories.