slice

package
v0.0.0-...-0ec8b3e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

README

用途

泛型slice操作集合

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoolContains

func BoolContains(s []bool, e bool) bool

func BoolToFloat32

func BoolToFloat32(s []bool) ([]float32, error)

func BoolToFloat32Must

func BoolToFloat32Must(s []bool) []float32

func BoolToFloat64

func BoolToFloat64(s []bool) ([]float64, error)

func BoolToFloat64Must

func BoolToFloat64Must(s []bool) []float64

func BoolToInt

func BoolToInt(s []bool) ([]int, error)

func BoolToInt8

func BoolToInt8(s []bool) ([]int8, error)

func BoolToInt8Must

func BoolToInt8Must(s []bool) []int8

func BoolToInt16

func BoolToInt16(s []bool) ([]int16, error)

func BoolToInt16Must

func BoolToInt16Must(s []bool) []int16

func BoolToInt32

func BoolToInt32(s []bool) ([]int32, error)

func BoolToInt32Must

func BoolToInt32Must(s []bool) []int32

func BoolToInt64

func BoolToInt64(s []bool) ([]int64, error)

func BoolToInt64Must

func BoolToInt64Must(s []bool) []int64

func BoolToIntMust

func BoolToIntMust(s []bool) []int

func BoolToInterface

func BoolToInterface(s []bool) []interface{}

func BoolToString

func BoolToString(s []bool) ([]string, error)

func BoolToStringMust

func BoolToStringMust(s []bool) []string

func BoolToUint

func BoolToUint(s []bool) ([]uint, error)

func BoolToUint8

func BoolToUint8(s []bool) ([]uint8, error)

func BoolToUint8Must

func BoolToUint8Must(s []bool) []uint8

func BoolToUint16

func BoolToUint16(s []bool) ([]uint16, error)

func BoolToUint16Must

func BoolToUint16Must(s []bool) []uint16

func BoolToUint32

func BoolToUint32(s []bool) ([]uint32, error)

func BoolToUint32Must

func BoolToUint32Must(s []bool) []uint32

func BoolToUint64

func BoolToUint64(s []bool) ([]uint64, error)

func BoolToUint64Must

func BoolToUint64Must(s []bool) []uint64

func BoolToUintMust

func BoolToUintMust(s []bool) []uint

func EqualBoolSlice

func EqualBoolSlice(a, b []bool) bool

func EqualBoolSliceAsSet

func EqualBoolSliceAsSet(a, b []bool) bool

func EqualInt8Slice

func EqualInt8Slice(a, b []int8) bool

func EqualInt8SliceAsSet

func EqualInt8SliceAsSet(a, b []int8) bool

func EqualInt16Slice

func EqualInt16Slice(a, b []int16) bool

func EqualInt16SliceAsSet

func EqualInt16SliceAsSet(a, b []int16) bool

func EqualInt32Slice

func EqualInt32Slice(a, b []int32) bool

func EqualInt32SliceAsSet

func EqualInt32SliceAsSet(a, b []int32) bool

func EqualInt64Slice

func EqualInt64Slice(a, b []int64) bool

func EqualInt64SliceAsSet

func EqualInt64SliceAsSet(a, b []int64) bool

func EqualIntSlice

func EqualIntSlice(a, b []int) bool

func EqualIntSliceAsSet

func EqualIntSliceAsSet(a, b []int) bool

func EqualStringSlice

func EqualStringSlice(a, b []string) bool

func EqualStringSliceAsSet

func EqualStringSliceAsSet(a, b []string) bool

func EqualUint8Slice

func EqualUint8Slice(a, b []uint8) bool

func EqualUint8SliceAsSet

func EqualUint8SliceAsSet(a, b []uint8) bool

func EqualUint16Slice

func EqualUint16Slice(a, b []uint16) bool

func EqualUint16SliceAsSet

func EqualUint16SliceAsSet(a, b []uint16) bool

func EqualUint32Slice

func EqualUint32Slice(a, b []uint32) bool

func EqualUint32SliceAsSet

func EqualUint32SliceAsSet(a, b []uint32) bool

func EqualUint64Slice

func EqualUint64Slice(a, b []uint64) bool

func EqualUint64SliceAsSet

func EqualUint64SliceAsSet(a, b []uint64) bool

func EqualUintSlice

func EqualUintSlice(a, b []uint) bool

func EqualUintSliceAsSet

func EqualUintSliceAsSet(a, b []uint) bool

func FillEmptySlice

func FillEmptySlice(o interface{})

o必须是指针

func Float32Contains

func Float32Contains(s []float32, e float32) bool

func Float32ToBool

func Float32ToBool(s []float32) ([]bool, error)

func Float32ToBoolMust

func Float32ToBoolMust(s []float32) []bool

func Float32ToFloat64

func Float32ToFloat64(s []float32) ([]float64, error)

func Float32ToFloat64Must

func Float32ToFloat64Must(s []float32) []float64

func Float32ToInt

func Float32ToInt(s []float32) ([]int, error)

func Float32ToInt8

func Float32ToInt8(s []float32) ([]int8, error)

func Float32ToInt8Must

func Float32ToInt8Must(s []float32) []int8

func Float32ToInt16

func Float32ToInt16(s []float32) ([]int16, error)

func Float32ToInt16Must

func Float32ToInt16Must(s []float32) []int16

func Float32ToInt32

func Float32ToInt32(s []float32) ([]int32, error)

func Float32ToInt32Must

func Float32ToInt32Must(s []float32) []int32

func Float32ToInt64

func Float32ToInt64(s []float32) ([]int64, error)

func Float32ToInt64Must

func Float32ToInt64Must(s []float32) []int64

func Float32ToIntMust

func Float32ToIntMust(s []float32) []int

func Float32ToInterface

func Float32ToInterface(s []float32) []interface{}

func Float32ToString

func Float32ToString(s []float32) ([]string, error)

func Float32ToStringMust

func Float32ToStringMust(s []float32) []string

func Float32ToUint

func Float32ToUint(s []float32) ([]uint, error)

func Float32ToUint8

func Float32ToUint8(s []float32) ([]uint8, error)

func Float32ToUint8Must

func Float32ToUint8Must(s []float32) []uint8

func Float32ToUint16

func Float32ToUint16(s []float32) ([]uint16, error)

func Float32ToUint16Must

func Float32ToUint16Must(s []float32) []uint16

func Float32ToUint32

func Float32ToUint32(s []float32) ([]uint32, error)

func Float32ToUint32Must

func Float32ToUint32Must(s []float32) []uint32

func Float32ToUint64

func Float32ToUint64(s []float32) ([]uint64, error)

func Float32ToUint64Must

func Float32ToUint64Must(s []float32) []uint64

func Float32ToUintMust

func Float32ToUintMust(s []float32) []uint

func Float64Contains

func Float64Contains(s []float64, e float64) bool

func Float64ToBool

func Float64ToBool(s []float64) ([]bool, error)

func Float64ToBoolMust

func Float64ToBoolMust(s []float64) []bool

func Float64ToFloat32

func Float64ToFloat32(s []float64) ([]float32, error)

func Float64ToFloat32Must

func Float64ToFloat32Must(s []float64) []float32

func Float64ToInt

func Float64ToInt(s []float64) ([]int, error)

func Float64ToInt8

func Float64ToInt8(s []float64) ([]int8, error)

func Float64ToInt8Must

func Float64ToInt8Must(s []float64) []int8

func Float64ToInt16

func Float64ToInt16(s []float64) ([]int16, error)

func Float64ToInt16Must

func Float64ToInt16Must(s []float64) []int16

func Float64ToInt32

func Float64ToInt32(s []float64) ([]int32, error)

func Float64ToInt32Must

func Float64ToInt32Must(s []float64) []int32

func Float64ToInt64

func Float64ToInt64(s []float64) ([]int64, error)

func Float64ToInt64Must

func Float64ToInt64Must(s []float64) []int64

func Float64ToIntMust

func Float64ToIntMust(s []float64) []int

func Float64ToInterface

func Float64ToInterface(s []float64) []interface{}

func Float64ToString

func Float64ToString(s []float64) ([]string, error)

func Float64ToStringMust

func Float64ToStringMust(s []float64) []string

func Float64ToUint

func Float64ToUint(s []float64) ([]uint, error)

func Float64ToUint8

func Float64ToUint8(s []float64) ([]uint8, error)

func Float64ToUint8Must

func Float64ToUint8Must(s []float64) []uint8

func Float64ToUint16

func Float64ToUint16(s []float64) ([]uint16, error)

func Float64ToUint16Must

func Float64ToUint16Must(s []float64) []uint16

func Float64ToUint32

func Float64ToUint32(s []float64) ([]uint32, error)

func Float64ToUint32Must

func Float64ToUint32Must(s []float64) []uint32

func Float64ToUint64

func Float64ToUint64(s []float64) ([]uint64, error)

func Float64ToUint64Must

func Float64ToUint64Must(s []float64) []uint64

func Float64ToUintMust

func Float64ToUintMust(s []float64) []uint

func Int8Contains

func Int8Contains(s []int8, e int8) bool

func Int8ToBool

func Int8ToBool(s []int8) ([]bool, error)

func Int8ToBoolMust

func Int8ToBoolMust(s []int8) []bool

func Int8ToFloat32

func Int8ToFloat32(s []int8) ([]float32, error)

func Int8ToFloat32Must

func Int8ToFloat32Must(s []int8) []float32

func Int8ToFloat64

func Int8ToFloat64(s []int8) ([]float64, error)

func Int8ToFloat64Must

func Int8ToFloat64Must(s []int8) []float64

func Int8ToInt

func Int8ToInt(s []int8) ([]int, error)

func Int8ToInt16

func Int8ToInt16(s []int8) ([]int16, error)

func Int8ToInt16Must

func Int8ToInt16Must(s []int8) []int16

func Int8ToInt32

func Int8ToInt32(s []int8) ([]int32, error)

func Int8ToInt32Must

func Int8ToInt32Must(s []int8) []int32

func Int8ToInt64

func Int8ToInt64(s []int8) ([]int64, error)

func Int8ToInt64Must

func Int8ToInt64Must(s []int8) []int64

func Int8ToIntMust

func Int8ToIntMust(s []int8) []int

func Int8ToInterface

func Int8ToInterface(s []int8) []interface{}

func Int8ToString

func Int8ToString(s []int8) ([]string, error)

func Int8ToStringMust

func Int8ToStringMust(s []int8) []string

func Int8ToUint

func Int8ToUint(s []int8) ([]uint, error)

func Int8ToUint8

func Int8ToUint8(s []int8) ([]uint8, error)

func Int8ToUint8Must

func Int8ToUint8Must(s []int8) []uint8

func Int8ToUint16

func Int8ToUint16(s []int8) ([]uint16, error)

func Int8ToUint16Must

func Int8ToUint16Must(s []int8) []uint16

func Int8ToUint32

func Int8ToUint32(s []int8) ([]uint32, error)

func Int8ToUint32Must

func Int8ToUint32Must(s []int8) []uint32

func Int8ToUint64

func Int8ToUint64(s []int8) ([]uint64, error)

func Int8ToUint64Must

func Int8ToUint64Must(s []int8) []uint64

func Int8ToUintMust

func Int8ToUintMust(s []int8) []uint

func Int16Contains

func Int16Contains(s []int16, e int16) bool

func Int16ToBool

func Int16ToBool(s []int16) ([]bool, error)

func Int16ToBoolMust

func Int16ToBoolMust(s []int16) []bool

func Int16ToFloat32

func Int16ToFloat32(s []int16) ([]float32, error)

func Int16ToFloat32Must

func Int16ToFloat32Must(s []int16) []float32

func Int16ToFloat64

func Int16ToFloat64(s []int16) ([]float64, error)

func Int16ToFloat64Must

func Int16ToFloat64Must(s []int16) []float64

func Int16ToInt

func Int16ToInt(s []int16) ([]int, error)

func Int16ToInt8

func Int16ToInt8(s []int16) ([]int8, error)

func Int16ToInt8Must

func Int16ToInt8Must(s []int16) []int8

func Int16ToInt32

func Int16ToInt32(s []int16) ([]int32, error)

func Int16ToInt32Must

func Int16ToInt32Must(s []int16) []int32

func Int16ToInt64

func Int16ToInt64(s []int16) ([]int64, error)

func Int16ToInt64Must

func Int16ToInt64Must(s []int16) []int64

func Int16ToIntMust

func Int16ToIntMust(s []int16) []int

func Int16ToInterface

func Int16ToInterface(s []int16) []interface{}

func Int16ToString

func Int16ToString(s []int16) ([]string, error)

func Int16ToStringMust

func Int16ToStringMust(s []int16) []string

func Int16ToUint

func Int16ToUint(s []int16) ([]uint, error)

func Int16ToUint8

func Int16ToUint8(s []int16) ([]uint8, error)

func Int16ToUint8Must

func Int16ToUint8Must(s []int16) []uint8

func Int16ToUint16

func Int16ToUint16(s []int16) ([]uint16, error)

func Int16ToUint16Must

func Int16ToUint16Must(s []int16) []uint16

func Int16ToUint32

func Int16ToUint32(s []int16) ([]uint32, error)

func Int16ToUint32Must

func Int16ToUint32Must(s []int16) []uint32

func Int16ToUint64

func Int16ToUint64(s []int16) ([]uint64, error)

func Int16ToUint64Must

func Int16ToUint64Must(s []int16) []uint64

func Int16ToUintMust

func Int16ToUintMust(s []int16) []uint

func Int32Contains

func Int32Contains(s []int32, e int32) bool

func Int32ToBool

func Int32ToBool(s []int32) ([]bool, error)

func Int32ToBoolMust

func Int32ToBoolMust(s []int32) []bool

func Int32ToFloat32

func Int32ToFloat32(s []int32) ([]float32, error)

func Int32ToFloat32Must

func Int32ToFloat32Must(s []int32) []float32

func Int32ToFloat64

func Int32ToFloat64(s []int32) ([]float64, error)

func Int32ToFloat64Must

func Int32ToFloat64Must(s []int32) []float64

func Int32ToInt

func Int32ToInt(s []int32) ([]int, error)

func Int32ToInt8

func Int32ToInt8(s []int32) ([]int8, error)

func Int32ToInt8Must

func Int32ToInt8Must(s []int32) []int8

func Int32ToInt16

func Int32ToInt16(s []int32) ([]int16, error)

func Int32ToInt16Must

func Int32ToInt16Must(s []int32) []int16

func Int32ToInt64

func Int32ToInt64(s []int32) ([]int64, error)

func Int32ToInt64Must

func Int32ToInt64Must(s []int32) []int64

func Int32ToIntMust

func Int32ToIntMust(s []int32) []int

func Int32ToInterface

func Int32ToInterface(s []int32) []interface{}

func Int32ToString

func Int32ToString(s []int32) ([]string, error)

func Int32ToStringMust

func Int32ToStringMust(s []int32) []string

func Int32ToUint

func Int32ToUint(s []int32) ([]uint, error)

func Int32ToUint8

func Int32ToUint8(s []int32) ([]uint8, error)

func Int32ToUint8Must

func Int32ToUint8Must(s []int32) []uint8

func Int32ToUint16

func Int32ToUint16(s []int32) ([]uint16, error)

func Int32ToUint16Must

func Int32ToUint16Must(s []int32) []uint16

func Int32ToUint32

func Int32ToUint32(s []int32) ([]uint32, error)

func Int32ToUint32Must

func Int32ToUint32Must(s []int32) []uint32

func Int32ToUint64

func Int32ToUint64(s []int32) ([]uint64, error)

func Int32ToUint64Must

func Int32ToUint64Must(s []int32) []uint64

func Int32ToUintMust

func Int32ToUintMust(s []int32) []uint

func Int64Contains

func Int64Contains(s []int64, e int64) bool

func Int64ToBool

func Int64ToBool(s []int64) ([]bool, error)

func Int64ToBoolMust

func Int64ToBoolMust(s []int64) []bool

func Int64ToFloat32

func Int64ToFloat32(s []int64) ([]float32, error)

func Int64ToFloat32Must

func Int64ToFloat32Must(s []int64) []float32

func Int64ToFloat64

func Int64ToFloat64(s []int64) ([]float64, error)

func Int64ToFloat64Must

func Int64ToFloat64Must(s []int64) []float64

func Int64ToInt

func Int64ToInt(s []int64) ([]int, error)

func Int64ToInt8

func Int64ToInt8(s []int64) ([]int8, error)

func Int64ToInt8Must

func Int64ToInt8Must(s []int64) []int8

func Int64ToInt16

func Int64ToInt16(s []int64) ([]int16, error)

func Int64ToInt16Must

func Int64ToInt16Must(s []int64) []int16

func Int64ToInt32

func Int64ToInt32(s []int64) ([]int32, error)

func Int64ToInt32Must

func Int64ToInt32Must(s []int64) []int32

func Int64ToIntMust

func Int64ToIntMust(s []int64) []int

func Int64ToInterface

func Int64ToInterface(s []int64) []interface{}

func Int64ToString

func Int64ToString(s []int64) ([]string, error)

func Int64ToStringMust

func Int64ToStringMust(s []int64) []string

func Int64ToUint

func Int64ToUint(s []int64) ([]uint, error)

func Int64ToUint8

func Int64ToUint8(s []int64) ([]uint8, error)

func Int64ToUint8Must

func Int64ToUint8Must(s []int64) []uint8

func Int64ToUint16

func Int64ToUint16(s []int64) ([]uint16, error)

func Int64ToUint16Must

func Int64ToUint16Must(s []int64) []uint16

func Int64ToUint32

func Int64ToUint32(s []int64) ([]uint32, error)

func Int64ToUint32Must

func Int64ToUint32Must(s []int64) []uint32

func Int64ToUint64

func Int64ToUint64(s []int64) ([]uint64, error)

func Int64ToUint64Must

func Int64ToUint64Must(s []int64) []uint64

func Int64ToUintMust

func Int64ToUintMust(s []int64) []uint

func IntContains

func IntContains(s []int, e int) bool

func IntToBool

func IntToBool(s []int) ([]bool, error)

func IntToBoolMust

func IntToBoolMust(s []int) []bool

func IntToFloat32

func IntToFloat32(s []int) ([]float32, error)

func IntToFloat32Must

func IntToFloat32Must(s []int) []float32

func IntToFloat64

func IntToFloat64(s []int) ([]float64, error)

func IntToFloat64Must

func IntToFloat64Must(s []int) []float64

func IntToInt8

func IntToInt8(s []int) ([]int8, error)

func IntToInt8Must

func IntToInt8Must(s []int) []int8

func IntToInt16

func IntToInt16(s []int) ([]int16, error)

func IntToInt16Must

func IntToInt16Must(s []int) []int16

func IntToInt32

func IntToInt32(s []int) ([]int32, error)

func IntToInt32Must

func IntToInt32Must(s []int) []int32

func IntToInt64

func IntToInt64(s []int) ([]int64, error)

func IntToInt64Must

func IntToInt64Must(s []int) []int64

func IntToInterface

func IntToInterface(s []int) []interface{}

func IntToString

func IntToString(s []int) ([]string, error)

func IntToStringMust

func IntToStringMust(s []int) []string

func IntToUint

func IntToUint(s []int) ([]uint, error)

func IntToUint8

func IntToUint8(s []int) ([]uint8, error)

func IntToUint8Must

func IntToUint8Must(s []int) []uint8

func IntToUint16

func IntToUint16(s []int) ([]uint16, error)

func IntToUint16Must

func IntToUint16Must(s []int) []uint16

func IntToUint32

func IntToUint32(s []int) ([]uint32, error)

func IntToUint32Must

func IntToUint32Must(s []int) []uint32

func IntToUint64

func IntToUint64(s []int) ([]uint64, error)

func IntToUint64Must

func IntToUint64Must(s []int) []uint64

func IntToUintMust

func IntToUintMust(s []int) []uint

func InterfaceContains

func InterfaceContains(s []interface{}, e interface{}) bool

func InterfaceToBool

func InterfaceToBool(s []interface{}) ([]bool, error)

func InterfaceToBoolMust

func InterfaceToBoolMust(s []interface{}) []bool

func InterfaceToFloat32

func InterfaceToFloat32(s []interface{}) ([]float32, error)

func InterfaceToFloat32Must

func InterfaceToFloat32Must(s []interface{}) []float32

func InterfaceToFloat64

func InterfaceToFloat64(s []interface{}) ([]float64, error)

func InterfaceToFloat64Must

func InterfaceToFloat64Must(s []interface{}) []float64

func InterfaceToInt

func InterfaceToInt(s []interface{}) ([]int, error)

func InterfaceToInt8

func InterfaceToInt8(s []interface{}) ([]int8, error)

func InterfaceToInt8Must

func InterfaceToInt8Must(s []interface{}) []int8

func InterfaceToInt16

func InterfaceToInt16(s []interface{}) ([]int16, error)

func InterfaceToInt16Must

func InterfaceToInt16Must(s []interface{}) []int16

func InterfaceToInt32

func InterfaceToInt32(s []interface{}) ([]int32, error)

func InterfaceToInt32Must

func InterfaceToInt32Must(s []interface{}) []int32

func InterfaceToInt64

func InterfaceToInt64(s []interface{}) ([]int64, error)

func InterfaceToInt64Must

func InterfaceToInt64Must(s []interface{}) []int64

func InterfaceToIntMust

func InterfaceToIntMust(s []interface{}) []int

func InterfaceToString

func InterfaceToString(s []interface{}) ([]string, error)

func InterfaceToStringMust

func InterfaceToStringMust(s []interface{}) []string

func InterfaceToUint

func InterfaceToUint(s []interface{}) ([]uint, error)

func InterfaceToUint8

func InterfaceToUint8(s []interface{}) ([]uint8, error)

func InterfaceToUint8Must

func InterfaceToUint8Must(s []interface{}) []uint8

func InterfaceToUint16

func InterfaceToUint16(s []interface{}) ([]uint16, error)

func InterfaceToUint16Must

func InterfaceToUint16Must(s []interface{}) []uint16

func InterfaceToUint32

func InterfaceToUint32(s []interface{}) ([]uint32, error)

func InterfaceToUint32Must

func InterfaceToUint32Must(s []interface{}) []uint32

func InterfaceToUint64

func InterfaceToUint64(s []interface{}) ([]uint64, error)

func InterfaceToUint64Must

func InterfaceToUint64Must(s []interface{}) []uint64

func InterfaceToUintMust

func InterfaceToUintMust(s []interface{}) []uint

func StringContains

func StringContains(s []string, e string) bool

func StringToBool

func StringToBool(s []string) ([]bool, error)

func StringToBoolMust

func StringToBoolMust(s []string) []bool

func StringToFloat32

func StringToFloat32(s []string) ([]float32, error)

func StringToFloat32Must

func StringToFloat32Must(s []string) []float32

func StringToFloat64

func StringToFloat64(s []string) ([]float64, error)

func StringToFloat64Must

func StringToFloat64Must(s []string) []float64

func StringToInt

func StringToInt(s []string) ([]int, error)

func StringToInt8

func StringToInt8(s []string) ([]int8, error)

func StringToInt8Must

func StringToInt8Must(s []string) []int8

func StringToInt16

func StringToInt16(s []string) ([]int16, error)

func StringToInt16Must

func StringToInt16Must(s []string) []int16

func StringToInt32

func StringToInt32(s []string) ([]int32, error)

func StringToInt32Must

func StringToInt32Must(s []string) []int32

func StringToInt64

func StringToInt64(s []string) ([]int64, error)

func StringToInt64Must

func StringToInt64Must(s []string) []int64

func StringToIntMust

func StringToIntMust(s []string) []int

func StringToInterface

func StringToInterface(s []string) []interface{}

func StringToUint

func StringToUint(s []string) ([]uint, error)

func StringToUint8

func StringToUint8(s []string) ([]uint8, error)

func StringToUint8Must

func StringToUint8Must(s []string) []uint8

func StringToUint16

func StringToUint16(s []string) ([]uint16, error)

func StringToUint16Must

func StringToUint16Must(s []string) []uint16

func StringToUint32

func StringToUint32(s []string) ([]uint32, error)

func StringToUint32Must

func StringToUint32Must(s []string) []uint32

func StringToUint64

func StringToUint64(s []string) ([]uint64, error)

func StringToUint64Must

func StringToUint64Must(s []string) []uint64

func StringToUintMust

func StringToUintMust(s []string) []uint

func StructContains

func StructContains(s []struct{}, e struct{}) bool

func Uint8Contains

func Uint8Contains(s []uint8, e uint8) bool

func Uint8ToBool

func Uint8ToBool(s []uint8) ([]bool, error)

func Uint8ToBoolMust

func Uint8ToBoolMust(s []uint8) []bool

func Uint8ToFloat32

func Uint8ToFloat32(s []uint8) ([]float32, error)

func Uint8ToFloat32Must

func Uint8ToFloat32Must(s []uint8) []float32

func Uint8ToFloat64

func Uint8ToFloat64(s []uint8) ([]float64, error)

func Uint8ToFloat64Must

func Uint8ToFloat64Must(s []uint8) []float64

func Uint8ToInt

func Uint8ToInt(s []uint8) ([]int, error)

func Uint8ToInt8

func Uint8ToInt8(s []uint8) ([]int8, error)

func Uint8ToInt8Must

func Uint8ToInt8Must(s []uint8) []int8

func Uint8ToInt16

func Uint8ToInt16(s []uint8) ([]int16, error)

func Uint8ToInt16Must

func Uint8ToInt16Must(s []uint8) []int16

func Uint8ToInt32

func Uint8ToInt32(s []uint8) ([]int32, error)

func Uint8ToInt32Must

func Uint8ToInt32Must(s []uint8) []int32

func Uint8ToInt64

func Uint8ToInt64(s []uint8) ([]int64, error)

func Uint8ToInt64Must

func Uint8ToInt64Must(s []uint8) []int64

func Uint8ToIntMust

func Uint8ToIntMust(s []uint8) []int

func Uint8ToInterface

func Uint8ToInterface(s []uint8) []interface{}

func Uint8ToString

func Uint8ToString(s []uint8) ([]string, error)

func Uint8ToStringMust

func Uint8ToStringMust(s []uint8) []string

func Uint8ToUint

func Uint8ToUint(s []uint8) ([]uint, error)

func Uint8ToUint16

func Uint8ToUint16(s []uint8) ([]uint16, error)

func Uint8ToUint16Must

func Uint8ToUint16Must(s []uint8) []uint16

func Uint8ToUint32

func Uint8ToUint32(s []uint8) ([]uint32, error)

func Uint8ToUint32Must

func Uint8ToUint32Must(s []uint8) []uint32

func Uint8ToUint64

func Uint8ToUint64(s []uint8) ([]uint64, error)

func Uint8ToUint64Must

func Uint8ToUint64Must(s []uint8) []uint64

func Uint8ToUintMust

func Uint8ToUintMust(s []uint8) []uint

func Uint16Contains

func Uint16Contains(s []uint16, e uint16) bool

func Uint16ToBool

func Uint16ToBool(s []uint16) ([]bool, error)

func Uint16ToBoolMust

func Uint16ToBoolMust(s []uint16) []bool

func Uint16ToFloat32

func Uint16ToFloat32(s []uint16) ([]float32, error)

func Uint16ToFloat32Must

func Uint16ToFloat32Must(s []uint16) []float32

func Uint16ToFloat64

func Uint16ToFloat64(s []uint16) ([]float64, error)

func Uint16ToFloat64Must

func Uint16ToFloat64Must(s []uint16) []float64

func Uint16ToInt

func Uint16ToInt(s []uint16) ([]int, error)

func Uint16ToInt8

func Uint16ToInt8(s []uint16) ([]int8, error)

func Uint16ToInt8Must

func Uint16ToInt8Must(s []uint16) []int8

func Uint16ToInt16

func Uint16ToInt16(s []uint16) ([]int16, error)

func Uint16ToInt16Must

func Uint16ToInt16Must(s []uint16) []int16

func Uint16ToInt32

func Uint16ToInt32(s []uint16) ([]int32, error)

func Uint16ToInt32Must

func Uint16ToInt32Must(s []uint16) []int32

func Uint16ToInt64

func Uint16ToInt64(s []uint16) ([]int64, error)

func Uint16ToInt64Must

func Uint16ToInt64Must(s []uint16) []int64

func Uint16ToIntMust

func Uint16ToIntMust(s []uint16) []int

func Uint16ToInterface

func Uint16ToInterface(s []uint16) []interface{}

func Uint16ToString

func Uint16ToString(s []uint16) ([]string, error)

func Uint16ToStringMust

func Uint16ToStringMust(s []uint16) []string

func Uint16ToUint

func Uint16ToUint(s []uint16) ([]uint, error)

func Uint16ToUint8

func Uint16ToUint8(s []uint16) ([]uint8, error)

func Uint16ToUint8Must

func Uint16ToUint8Must(s []uint16) []uint8

func Uint16ToUint32

func Uint16ToUint32(s []uint16) ([]uint32, error)

func Uint16ToUint32Must

func Uint16ToUint32Must(s []uint16) []uint32

func Uint16ToUint64

func Uint16ToUint64(s []uint16) ([]uint64, error)

func Uint16ToUint64Must

func Uint16ToUint64Must(s []uint16) []uint64

func Uint16ToUintMust

func Uint16ToUintMust(s []uint16) []uint

func Uint32Contains

func Uint32Contains(s []uint32, e uint32) bool

func Uint32ToBool

func Uint32ToBool(s []uint32) ([]bool, error)

func Uint32ToBoolMust

func Uint32ToBoolMust(s []uint32) []bool

func Uint32ToFloat32

func Uint32ToFloat32(s []uint32) ([]float32, error)

func Uint32ToFloat32Must

func Uint32ToFloat32Must(s []uint32) []float32

func Uint32ToFloat64

func Uint32ToFloat64(s []uint32) ([]float64, error)

func Uint32ToFloat64Must

func Uint32ToFloat64Must(s []uint32) []float64

func Uint32ToInt

func Uint32ToInt(s []uint32) ([]int, error)

func Uint32ToInt8

func Uint32ToInt8(s []uint32) ([]int8, error)

func Uint32ToInt8Must

func Uint32ToInt8Must(s []uint32) []int8

func Uint32ToInt16

func Uint32ToInt16(s []uint32) ([]int16, error)

func Uint32ToInt16Must

func Uint32ToInt16Must(s []uint32) []int16

func Uint32ToInt32

func Uint32ToInt32(s []uint32) ([]int32, error)

func Uint32ToInt32Must

func Uint32ToInt32Must(s []uint32) []int32

func Uint32ToInt64

func Uint32ToInt64(s []uint32) ([]int64, error)

func Uint32ToInt64Must

func Uint32ToInt64Must(s []uint32) []int64

func Uint32ToIntMust

func Uint32ToIntMust(s []uint32) []int

func Uint32ToInterface

func Uint32ToInterface(s []uint32) []interface{}

func Uint32ToString

func Uint32ToString(s []uint32) ([]string, error)

func Uint32ToStringMust

func Uint32ToStringMust(s []uint32) []string

func Uint32ToUint

func Uint32ToUint(s []uint32) ([]uint, error)

func Uint32ToUint8

func Uint32ToUint8(s []uint32) ([]uint8, error)

func Uint32ToUint8Must

func Uint32ToUint8Must(s []uint32) []uint8

func Uint32ToUint16

func Uint32ToUint16(s []uint32) ([]uint16, error)

func Uint32ToUint16Must

func Uint32ToUint16Must(s []uint32) []uint16

func Uint32ToUint64

func Uint32ToUint64(s []uint32) ([]uint64, error)

func Uint32ToUint64Must

func Uint32ToUint64Must(s []uint32) []uint64

func Uint32ToUintMust

func Uint32ToUintMust(s []uint32) []uint

func Uint64Contains

func Uint64Contains(s []uint64, e uint64) bool

func Uint64ToBool

func Uint64ToBool(s []uint64) ([]bool, error)

func Uint64ToBoolMust

func Uint64ToBoolMust(s []uint64) []bool

func Uint64ToFloat32

func Uint64ToFloat32(s []uint64) ([]float32, error)

func Uint64ToFloat32Must

func Uint64ToFloat32Must(s []uint64) []float32

func Uint64ToFloat64

func Uint64ToFloat64(s []uint64) ([]float64, error)

func Uint64ToFloat64Must

func Uint64ToFloat64Must(s []uint64) []float64

func Uint64ToInt

func Uint64ToInt(s []uint64) ([]int, error)

func Uint64ToInt8

func Uint64ToInt8(s []uint64) ([]int8, error)

func Uint64ToInt8Must

func Uint64ToInt8Must(s []uint64) []int8

func Uint64ToInt16

func Uint64ToInt16(s []uint64) ([]int16, error)

func Uint64ToInt16Must

func Uint64ToInt16Must(s []uint64) []int16

func Uint64ToInt32

func Uint64ToInt32(s []uint64) ([]int32, error)

func Uint64ToInt32Must

func Uint64ToInt32Must(s []uint64) []int32

func Uint64ToInt64

func Uint64ToInt64(s []uint64) ([]int64, error)

func Uint64ToInt64Must

func Uint64ToInt64Must(s []uint64) []int64

func Uint64ToIntMust

func Uint64ToIntMust(s []uint64) []int

func Uint64ToInterface

func Uint64ToInterface(s []uint64) []interface{}

func Uint64ToString

func Uint64ToString(s []uint64) ([]string, error)

func Uint64ToStringMust

func Uint64ToStringMust(s []uint64) []string

func Uint64ToUint

func Uint64ToUint(s []uint64) ([]uint, error)

func Uint64ToUint8

func Uint64ToUint8(s []uint64) ([]uint8, error)

func Uint64ToUint8Must

func Uint64ToUint8Must(s []uint64) []uint8

func Uint64ToUint16

func Uint64ToUint16(s []uint64) ([]uint16, error)

func Uint64ToUint16Must

func Uint64ToUint16Must(s []uint64) []uint16

func Uint64ToUint32

func Uint64ToUint32(s []uint64) ([]uint32, error)

func Uint64ToUint32Must

func Uint64ToUint32Must(s []uint64) []uint32

func Uint64ToUintMust

func Uint64ToUintMust(s []uint64) []uint

func UintContains

func UintContains(s []uint, e uint) bool

func UintToBool

func UintToBool(s []uint) ([]bool, error)

func UintToBoolMust

func UintToBoolMust(s []uint) []bool

func UintToFloat32

func UintToFloat32(s []uint) ([]float32, error)

func UintToFloat32Must

func UintToFloat32Must(s []uint) []float32

func UintToFloat64

func UintToFloat64(s []uint) ([]float64, error)

func UintToFloat64Must

func UintToFloat64Must(s []uint) []float64

func UintToInt

func UintToInt(s []uint) ([]int, error)

func UintToInt8

func UintToInt8(s []uint) ([]int8, error)

func UintToInt8Must

func UintToInt8Must(s []uint) []int8

func UintToInt16

func UintToInt16(s []uint) ([]int16, error)

func UintToInt16Must

func UintToInt16Must(s []uint) []int16

func UintToInt32

func UintToInt32(s []uint) ([]int32, error)

func UintToInt32Must

func UintToInt32Must(s []uint) []int32

func UintToInt64

func UintToInt64(s []uint) ([]int64, error)

func UintToInt64Must

func UintToInt64Must(s []uint) []int64

func UintToIntMust

func UintToIntMust(s []uint) []int

func UintToInterface

func UintToInterface(s []uint) []interface{}

func UintToString

func UintToString(s []uint) ([]string, error)

func UintToStringMust

func UintToStringMust(s []uint) []string

func UintToUint8

func UintToUint8(s []uint) ([]uint8, error)

func UintToUint8Must

func UintToUint8Must(s []uint) []uint8

func UintToUint16

func UintToUint16(s []uint) ([]uint16, error)

func UintToUint16Must

func UintToUint16Must(s []uint) []uint16

func UintToUint32

func UintToUint32(s []uint) ([]uint32, error)

func UintToUint32Must

func UintToUint32Must(s []uint) []uint32

func UintToUint64

func UintToUint64(s []uint) ([]uint64, error)

func UintToUint64Must

func UintToUint64Must(s []uint) []uint64

func UniqueBoolSlice

func UniqueBoolSlice(eles []bool) []bool

func UniqueFloat32Slice

func UniqueFloat32Slice(eles []float32) []float32

func UniqueFloat64Slice

func UniqueFloat64Slice(eles []float64) []float64

func UniqueInt8Slice

func UniqueInt8Slice(eles []int8) []int8

func UniqueInt16Slice

func UniqueInt16Slice(eles []int16) []int16

func UniqueInt32Slice

func UniqueInt32Slice(eles []int32) []int32

func UniqueInt64Slice

func UniqueInt64Slice(eles []int64) []int64

func UniqueIntSlice

func UniqueIntSlice(eles []int) []int

func UniqueStringSlice

func UniqueStringSlice(eles []string) []string

func UniqueUint8Slice

func UniqueUint8Slice(eles []uint8) []uint8

func UniqueUint16Slice

func UniqueUint16Slice(eles []uint16) []uint16

func UniqueUint32Slice

func UniqueUint32Slice(eles []uint32) []uint32

func UniqueUint64Slice

func UniqueUint64Slice(eles []uint64) []uint64

func UniqueUintSlice

func UniqueUintSlice(eles []uint) []uint

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL