package
Version:
v0.1.6
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
To returns a pointer to a copy of the given value.
One use case of this is to circumvent UnadressableOperand errors.
func Value[T any](p *T, def T) T
Value returns the value referenced by p, if p is non-nil, else it returns the
default value def.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.