ptr

package
v0.0.11 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 1 Imported by: 13

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Empty

func Empty[T any]() T

Empty returns an empty T type

func Of

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

Of returns a pointer to the input. In most cases, callers should just do &t. However, in some cases Go cannot take a pointer. For example, `ptr.Of(f())`.

func OrDefault

func OrDefault[T any](t *T, def T) T

OrDefault returns *t if its non-nil, or else def.

func OrEmpty

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

OrEmpty returns *t if its non-nil, or else an empty T

func TypeName

func TypeName[T any]() string

TypeName returns the name of the type

Types

This section is empty.

Jump to

Keyboard shortcuts

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