pointer

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2022 License: MPL-2.0 Imports: 0 Imported by: 17

README

go-pointer

Tiny library to manager pointers using Go generics

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SafeDeref

func SafeDeref[T any](t *T) T

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

func To

func To[T any](t T) *T

To returns a pointer to the provided value.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL