package
Version:
v2.14.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
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.