ptr

package
v2.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package ptr contains some utility methods related to pointers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NilOrEmpty

func NilOrEmpty(s *string) bool

NilOrEmpty returns true if s is nil or the empty string.

func NilOrZero

func NilOrZero[T number](v *T) bool

NilOrZero returns true if v is nil or 0.

func NilToDefault

func NilToDefault[T any](s *T, def T) T

NilToDefault coalesces a nil value to the provided default value.

func NilToEmpty

func NilToEmpty[T any](s *T) T

NilToEmpty coalesces a nil value to the empty value.

func Ref

func Ref[T any](v T) *T

Ref returns a reference to v.

Types

This section is empty.

Jump to

Keyboard shortcuts

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