package
Version:
v1.4.0-rc1
Opens a new window with list of versions in this module.
Published: Sep 24, 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
¶
Package pointer provides generic functions to work with pointers.
func Deref[T any](v *T, def T) T
Deref returns dereference of the given value if not nil, otherwise the given default.
To returns a pointer to the given value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.