Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnceValues ¶
type OnceValues[T1, T2 any] struct { // contains filtered or unexported fields }
func (*OnceValues[T1, T2]) Do ¶
func (o *OnceValues[T1, T2]) Do(f func() (T1, T2)) (T1, T2)
Click to show internal directories.
Click to hide internal directories.