//
pkg.gl
Category
github.com/siderolabs/go-pointer
module
package
1.0.0
Repository:
https://github.com/siderolabs/go-pointer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
59
Files
12 SLOC
#
README
go-pointer
Tiny library to manager pointers using Go generics
#
Functions
SafeDeref
SafeDeref returns the value from the passed pointer or zero value for a nil pointer.
To
To returns a pointer to the provided value.