package
Version:
v1.4.3
Opens a new window with list of versions in this module.
Published: Jul 29, 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
¶
func Unwrap[T any](v *T) T
Unwrap derefences a pointer, or returns the zero-value of T if the pointer is
nil.
Wrap converts a value into a pointer.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.