package
Version:
v0.3.3
Opens a new window with list of versions in this module.
Published: Jul 19, 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[A any] struct {
Head A
Tail *List[A]
}
func NewList[A any](xs []A) *List[A]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.