package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Oct 15, 2024
License: GPL-3.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 Deref[T any](ptr *T) T
Deref returns the concrete value of a pointer, or the zero value for that type.
func PtrTo[T any](val T) *T
PtrTo returns a pointer to a concrete value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.