Documentation ¶
Overview ¶
Deprecated: Use helpers.Ptr instead.
Index ¶
- func Bool(b bool) *booldeprecated
- func Byte(b byte) *bytedeprecated
- func Complex128(c complex128) *complex128deprecated
- func Complex64(c complex64) *complex64deprecated
- func Duration(d time.Duration) *time.Durationdeprecated
- func Float32(f float32) *float32deprecated
- func Float64(f float64) *float64deprecated
- func Int(i int) *intdeprecated
- func Int16(i int16) *int16deprecated
- func Int32(i int32) *int32deprecated
- func Int64(i int64) *int64deprecated
- func Int8(i int8) *int8deprecated
- func Rune(r rune) *runedeprecated
- func String(s string) *stringdeprecated
- func Time(t time.Time) *time.Timedeprecated
- func Uint(u uint) *uintdeprecated
- func Uint16(u uint16) *uint16deprecated
- func Uint32(u uint32) *uint32deprecated
- func Uint64(u uint64) *uint64deprecated
- func Uint8(u uint8) *uint8deprecated
- func Uintptr(u uintptr) *uintptrdeprecated
- func UnBool(b *bool) (bool, bool)deprecated
- func UnByte(b *byte) (byte, bool)deprecated
- func UnComplex128(c *complex128) (complex128, bool)deprecated
- func UnComplex64(c *complex64) (complex64, bool)deprecated
- func UnDuration(d *time.Duration) (time.Duration, bool)deprecated
- func UnFloat32(f *float32) (float32, bool)deprecated
- func UnFloat64(f *float64) (float64, bool)deprecated
- func UnInt(i *int) (int, bool)deprecated
- func UnInt16(i *int16) (int16, bool)deprecated
- func UnInt32(i *int32) (int32, bool)deprecated
- func UnInt64(i *int64) (int64, bool)deprecated
- func UnInt8(i *int8) (int8, bool)deprecated
- func UnRune(r *rune) (rune, bool)deprecated
- func UnString(s *string) (string, bool)deprecated
- func UnTime(t *time.Time) (time.Time, bool)deprecated
- func UnUint(u *uint) (uint, bool)deprecated
- func UnUint16(u *uint16) (uint16, bool)deprecated
- func UnUint32(u *uint32) (uint32, bool)deprecated
- func UnUint64(u *uint64) (uint64, bool)deprecated
- func UnUint8(u *uint8) (uint8, bool)deprecated
- func UnUintptr(u *uintptr) (uintptr, bool)deprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Complex128
deprecated
func Complex128(c complex128) *complex128
Deprecated: Use helpers.Ptr instead.
func UnComplex128
deprecated
added in
v2.7.0
func UnComplex128(c *complex128) (complex128, bool)
Deprecated: Use helpers.Val instead.
func UnComplex64
deprecated
added in
v2.7.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.