package
Version:
v1.16.1
Opens a new window with list of versions in this module.
Published: Mar 6, 2025
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
¶
type Value[T any] struct {
}
func New[T any](newFunc func() T) *Value[T]
New returns a Value which is initialized upon first call to Get using newFunc.
func (li *Value[T]) Get() T
Source Files
¶
Click to show internal directories.
Click to hide internal directories.