Categorygithub.com/siderolabs/go-pointer
modulepackage
1.0.0
Repository: https://github.com/siderolabs/go-pointer.git
Documentation: pkg.go.dev

# README

go-pointer

Tiny library to manager pointers using Go generics

# Functions

SafeDeref returns the value from the passed pointer or zero value for a nil pointer.
To returns a pointer to the provided value.