package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Nov 6, 2024
License: Unlicense
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
¶
func New[T any]() *list[T]
Create a new List
type Entry[T any] interface {
Value() T
Close()
Freshen()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.