package
Version:
v0.0.0-...-f3f3cfa
Opens a new window with list of versions in this module.
Published: Dec 12, 2021
License: MIT
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 LessFunc func(i interface{}, j interface{}) bool
type Queue interface {
Push(elem interface{})
Pop() (interface{}, bool)
Len() int
Empty() bool
Front() (interface{}, bool)
}
func NewFifoQueue() Queue
Source Files
¶
Click to show internal directories.
Click to hide internal directories.