package
Version:
v1.1.4
Opens a new window with list of versions in this module.
Published: Sep 27, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Package pointer defines commonly used pointer functionality.
func Deref[T any](in *T) T
Deref returns the resolved value of the pointer. If the pointer is nil, it
returns the zero value.
To returns a pointer to the given input.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.