Documentation
¶
Index ¶
- func Bool(a bool) *booldeprecated
- func BoolSlice(a []bool) []*booldeprecated
- func BoolSliceValue(a []*bool) []booldeprecated
- func BoolValue(a *bool) booldeprecated
- func Float32(a float32) *float32deprecated
- func Float32Slice(a []float32) []*float32deprecated
- func Float32Value(a *float32) float32deprecated
- func Float32ValueSlice(a []*float32) []float32deprecated
- func Float64(a float64) *float64deprecated
- func Float64Slice(a []float64) []*float64deprecated
- func Float64Value(a *float64) float64deprecated
- func Float64ValueSlice(a []*float64) []float64deprecated
- func Int(a int) *intdeprecated
- func Int8(a int8) *int8deprecated
- func Int8Slice(a []int8) []*int8deprecated
- func Int8Value(a *int8) int8deprecated
- func Int8ValueSlice(a []*int8) []int8deprecated
- func Int16(a int16) *int16deprecated
- func Int16Slice(a []int16) []*int16deprecated
- func Int16Value(a *int16) int16deprecated
- func Int16ValueSlice(a []*int16) []int16deprecated
- func Int32(a int32) *int32deprecated
- func Int32Slice(a []int32) []*int32deprecated
- func Int32Value(a *int32) int32deprecated
- func Int32ValueSlice(a []*int32) []int32deprecated
- func Int64(a int64) *int64deprecated
- func Int64Slice(a []int64) []*int64deprecated
- func Int64Value(a *int64) int64deprecated
- func Int64ValueSlice(a []*int64) []int64deprecated
- func IntSlice(a []int) []*intdeprecated
- func IntValue(a *int) intdeprecated
- func IntValueSlice(a []*int) []intdeprecated
- func Ptr[T any](v T) *T
- func Slice[T any](a []T) []*T
- func String(a string) *stringdeprecated
- func StringSlice(a []string) []*stringdeprecated
- func StringSliceValue(a []*string) []stringdeprecated
- func StringValue(a *string) stringdeprecated
- func Uint(a uint) *uintdeprecated
- func Uint8(a uint8) *uint8deprecated
- func Uint8Slice(a []uint8) []*uint8deprecated
- func Uint8Value(a *uint8) uint8deprecated
- func Uint8ValueSlice(a []*uint8) []uint8deprecated
- func Uint16(a uint16) *uint16deprecated
- func Uint16Slice(a []uint16) []*uint16deprecated
- func Uint16Value(a *uint16) uint16deprecated
- func Uint16ValueSlice(a []*uint16) []uint16deprecated
- func Uint32(a uint32) *uint32deprecated
- func Uint32Slice(a []uint32) []*uint32deprecated
- func Uint32Value(a *uint32) uint32deprecated
- func Uint32ValueSlice(a []*uint32) []uint32deprecated
- func Uint64(a uint64) *uint64deprecated
- func Uint64Slice(a []uint64) []*uint64deprecated
- func Uint64Value(a *uint64) uint64deprecated
- func Uint64ValueSlice(a []*uint64) []uint64deprecated
- func UintSlice(a []uint) []*uintdeprecated
- func UintValue(a *uint) uintdeprecated
- func UintValueSlice(a []*uint) []uintdeprecated
- func Value[T comparable](p *T) T
- func ValueSlice[T any](a []*T) []T
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoolSliceValue
deprecated
func Float32Slice
deprecated
func Float32Value
deprecated
func Float32ValueSlice
deprecated
func Float64Slice
deprecated
func Float64Value
deprecated
func Float64ValueSlice
deprecated
func Int8ValueSlice
deprecated
func Int16Slice
deprecated
func Int16Value
deprecated
func Int16ValueSlice
deprecated
func Int32Slice
deprecated
func Int32Value
deprecated
func Int32ValueSlice
deprecated
func Int64Slice
deprecated
func Int64Value
deprecated
func Int64ValueSlice
deprecated
func IntValueSlice
deprecated
func StringSlice
deprecated
func StringSliceValue
deprecated
func StringValue
deprecated
func Uint8Slice
deprecated
func Uint8Value
deprecated
func Uint8ValueSlice
deprecated
func Uint16Slice
deprecated
func Uint16Value
deprecated
func Uint16ValueSlice
deprecated
func Uint32Slice
deprecated
func Uint32Value
deprecated
func Uint32ValueSlice
deprecated
func Uint64Slice
deprecated
func Uint64Value
deprecated
func Uint64ValueSlice
deprecated
func UintValueSlice
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.