package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Nov 17, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Lazy[T any] func() T
func Lift[L ~func() T, T any](l L) Lazy[T]
func Once[L ~func() T, T any](l L) Lazy[T]
type Lazy2[T, V any] func() (T, V)
func Once2[L ~func() (T, V), T, V any](l L) Lazy2[T, V]
type Lazy3[T, U, V any] func() (T, U, V)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.