command
Version:
v0.0.0-...-d7ea19c
Opens a new window with list of versions in this module.
Published: Jan 11, 2017
License: CC-BY-4.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package list implements a doubly linked list.
To iterate over a list (where l is a *List):
for e := l.Front(); e != nil; e = e.Next() {
// do something with e.Value
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.