Documentation
¶
Overview ¶
Package pointer provides constructors for pointers of primitive types.
Index ¶
- func Bool(x bool) *bool
- func Byte(x byte) *byte
- func Complex128(x complex128) *complex128
- func Complex64(x complex64) *complex64
- func Error(x error) *error
- func Float32(x float32) *float32
- func Float64(x float64) *float64
- func Int(x int) *int
- func Int16(x int16) *int16
- func Int32(x int32) *int32
- func Int64(x int64) *int64
- func Int8(x int8) *int8
- 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
- func Uint8(x uint8) *uint8
- func Uintptr(x uintptr) *uintptr
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complex128 ¶
func Complex128(x complex128) *complex128
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.