package
Version:
v0.2.1-0...-270ea7d
Opens a new window with list of versions in this module.
Published: Jun 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Car[T any](c cons[T]) T
func Cdr[T any](c cons[T]) cons[T]
func Cons[T any](val T, c cons[T]) cons[T]
func List[T any](vals ...T) cons[T]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.