pointers

package
v1.0.0-alpha.0 Latest Latest
Warning

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

Go to latest
Published: May 22, 2019 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package pointers contains utility methods used to work with pointers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBool

func NewBool(v bool) *bool

NewBool returns a pointer to the specified boolean value.

func NewInt32

func NewInt32(v int32) *int32

NewInt32 returns a pointer to the specified integer value.

func NewInt64

func NewInt64(v int64) *int64

NewInt64 returns a pointer to the specified integer value.

func NewString

func NewString(v string) *string

NewString returns a pointer to the specified string value.

Types

This section is empty.

Jump to

Keyboard shortcuts

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