package
Version:
v1.5.3
Opens a new window with list of versions in this module.
Published: Dec 10, 2025
License: BSD-3-Clause
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 Deref[T any](value *T) T
Deref returns the value of the pointer
or the zero value if the pointer is nil
func New[T any](value T) *T
New returns a pointer to the value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.