Documentation
¶
Overview ¶
Package pointers provides factories for creating pointers to primitives.
Index ¶
- func Bool(x bool) *bool
- func Byte(x byte) *byte
- func Float32(x float32) *float32
- func Float64(x float64) *float64
- func Int(x int) *int
- func Int8(x int8) *int8
- func Int32(x int32) *int32
- func Int64(x int64) *int64
- func Rune(x rune) *rune
- func String(x string) *string
- func UInt(x uint) *uint
- func UInt16(x uint16) *uint16
- func UInt32(x uint32) *uint32
- func UInt64(x uint64) *uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.