package
Version:
v1.4.9
Opens a new window with list of versions in this module.
Published: Mar 20, 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]) First() T
func (l *List[T]) Last() T
func (l *List[T]) Pop() T
func (l *List[T]) Push(v T)
type Node[T any] struct {
Data T
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.