package
Version:
v1.15.10
Opens a new window with list of versions in this module.
Published: Jul 5, 2024
License: MIT
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 List[T any] struct {
}
func (l *List[T]) Push(v T)
type Node[T any] struct {
Value T
Next *Node[T]
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.