package
Version:
v0.10.1
Opens a new window with list of versions in this module.
Published: Jul 24, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Type[T any] interface {
Set(T)
Get() T
Erase() bool
IsNil() bool
}
type Value[T any] struct {
V T
}
func (o *Value[T]) Get() T
func (o *Value[T]) Set(v T)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.