Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElementList ¶
type ElementList struct {
// contains filtered or unexported fields
}
ElementList is the generic FIFO queue
func (*ElementList) Add ¶
func (l *ElementList) Add(v Element)
Add inserts an element to the end of the list
func (*ElementList) Get ¶
func (l *ElementList) Get() Element
Get pops the element from the head of the list
Click to show internal directories.
Click to hide internal directories.