package
Version:
v1.7.1
Opens a new window with list of versions in this module.
Published: Sep 17, 2025
License: MIT
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 utilities for working with pointers.
From will create a pointer from the provided value.
func Value[T any](v *T) T
Value will return the value of the pointer or the zero value if the pointer is nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.