Documentation
¶
Overview ¶
Package ptr implements functions to take the pointer of values.
Index ¶
- func Bool(b bool) *booldeprecated
- func Float32(f float32) *float32deprecated
- func Float64(f float64) *float64deprecated
- func Int(i int) *intdeprecated
- func Int64(i int64) *int64deprecated
- func Of[T any](v T) *T
- func String(s string) *stringdeprecated
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.