The highest tagged major version is
v2.
package
Version:
v2.10.2+incompatible
Opens a new window with list of versions in this module.
Published: Apr 13, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
¶
type Element struct {
Value interface{}
}
Element in list
type List interface {
Append(data interface{})
Shift() interface{}
UnShift(data interface{})
Remove(prev, current *Element)
Traverse(handler func(value interface{}) bool)
Filter(filter func(value interface{}) bool)
Size() int
Clear()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.