pointer

package
v0.0.0-...-ce126f9 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

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 NonEmptyOrDefault

func NonEmptyOrDefault[T comparable](t T, def T) T

NonEmptyOrDefault returns t if its non-empty, or else def.

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, `pointer.Of(f())`.

Types

This section is empty.

Jump to

Keyboard shortcuts

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