pointer

package module
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: MPL-2.0 Imports: 0 Imported by: 24

README

go-pointer

Tiny library to manager pointers using Go generics

Documentation

Overview

Package pointer provides utility functions for working with pointers.

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