Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lazy ¶
type Lazy[T any] struct { // contains filtered or unexported fields }
Lazy is a lazy value.
type OnceLazy ¶
type OnceLazy[T any] struct { // contains filtered or unexported fields }
OnceLazy is a lazy value that is computed only once.
func NewOnceLazy ¶
Click to show internal directories.
Click to hide internal directories.