Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ImmediateString ¶ added in v0.10.0
type ImmediateString string
func (ImmediateString) GetLazyValue ¶ added in v0.10.0
func (s ImmediateString) GetLazyValue() string
type LazyValue ¶ added in v0.10.0
type LazyValue[T any] struct { Create func() T // contains filtered or unexported fields }
func (*LazyValue[T]) GetLazyValue ¶ added in v0.10.0
func (v *LazyValue[T]) GetLazyValue() T
type LazyValueType ¶ added in v0.10.0
type LazyValueType[T any] interface { GetLazyValue() T }
Click to show internal directories.
Click to hide internal directories.