package
Version:
v0.0.0-...-43c45a9
Opens a new window with list of versions in this module.
Published: Feb 13, 2025
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
¶
func PtrTo[T any](v T) *T
PtrTo returns a pointer to the given value.
func ValueOf[T any](v *T) T
ValueOf returns the value pointed to by the given pointer.
If the pointer is nil, it returns the zero value of the type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.