Documentation ¶
Index ¶
- func Keys(m interface{}) []interface{}
- func KeysAsString(m interface{}) []string
- func KeysBool(m map[bool]bool) []bool
- func KeysBoolFloat32(m map[bool]float32) []bool
- func KeysBoolFloat64(m map[bool]float64) []bool
- func KeysBoolInt(m map[bool]int) []bool
- func KeysBoolInt16(m map[bool]int16) []bool
- func KeysBoolInt32(m map[bool]int32) []bool
- func KeysBoolInt64(m map[bool]int64) []bool
- func KeysBoolInt8(m map[bool]int8) []bool
- func KeysBoolStr(m map[bool]string) []bool
- func KeysBoolUint(m map[bool]uint) []bool
- func KeysBoolUint16(m map[bool]uint16) []bool
- func KeysBoolUint32(m map[bool]uint32) []bool
- func KeysBoolUint64(m map[bool]uint64) []bool
- func KeysBoolUint8(m map[bool]uint8) []bool
- func KeysFloat32(m map[float32]float32) []float32
- func KeysFloat32Bool(m map[float32]bool) []float32
- func KeysFloat32Float64(m map[float32]float64) []float32
- func KeysFloat32Int(m map[float32]int) []float32
- func KeysFloat32Int16(m map[float32]int16) []float32
- func KeysFloat32Int32(m map[float32]int32) []float32
- func KeysFloat32Int64(m map[float32]int64) []float32
- func KeysFloat32Int8(m map[float32]int8) []float32
- func KeysFloat32Str(m map[float32]string) []float32
- func KeysFloat32Uint(m map[float32]uint) []float32
- func KeysFloat32Uint16(m map[float32]uint16) []float32
- func KeysFloat32Uint32(m map[float32]uint32) []float32
- func KeysFloat32Uint64(m map[float32]uint64) []float32
- func KeysFloat32Uint8(m map[float32]uint8) []float32
- func KeysFloat64(m map[float64]float64) []float64
- func KeysFloat64Bool(m map[float64]bool) []float64
- func KeysFloat64Float32(m map[float64]float32) []float64
- func KeysFloat64Int(m map[float64]int) []float64
- func KeysFloat64Int16(m map[float64]int16) []float64
- func KeysFloat64Int32(m map[float64]int32) []float64
- func KeysFloat64Int64(m map[float64]int64) []float64
- func KeysFloat64Int8(m map[float64]int8) []float64
- func KeysFloat64Str(m map[float64]string) []float64
- func KeysFloat64Uint(m map[float64]uint) []float64
- func KeysFloat64Uint16(m map[float64]uint16) []float64
- func KeysFloat64Uint32(m map[float64]uint32) []float64
- func KeysFloat64Uint64(m map[float64]uint64) []float64
- func KeysFloat64Uint8(m map[float64]uint8) []float64
- func KeysInt(m map[int]int) []int
- func KeysInt16(m map[int16]int16) []int16
- func KeysInt16Bool(m map[int16]bool) []int16
- func KeysInt16Float32(m map[int16]float32) []int16
- func KeysInt16Float64(m map[int16]float64) []int16
- func KeysInt16Int(m map[int16]int) []int16
- func KeysInt16Int32(m map[int16]int32) []int16
- func KeysInt16Int64(m map[int16]int64) []int16
- func KeysInt16Int8(m map[int16]int8) []int16
- func KeysInt16Str(m map[int16]string) []int16
- func KeysInt16Uint(m map[int16]uint) []int16
- func KeysInt16Uint16(m map[int16]uint16) []int16
- func KeysInt16Uint32(m map[int16]uint32) []int16
- func KeysInt16Uint64(m map[int16]uint64) []int16
- func KeysInt16Uint8(m map[int16]uint8) []int16
- func KeysInt32(m map[int32]int32) []int32
- func KeysInt32Bool(m map[int32]bool) []int32
- func KeysInt32Float32(m map[int32]float32) []int32
- func KeysInt32Float64(m map[int32]float64) []int32
- func KeysInt32Int(m map[int32]int) []int32
- func KeysInt32Int16(m map[int32]int16) []int32
- func KeysInt32Int64(m map[int32]int64) []int32
- func KeysInt32Int8(m map[int32]int8) []int32
- func KeysInt32Str(m map[int32]string) []int32
- func KeysInt32Uint(m map[int32]uint) []int32
- func KeysInt32Uint16(m map[int32]uint16) []int32
- func KeysInt32Uint32(m map[int32]uint32) []int32
- func KeysInt32Uint64(m map[int32]uint64) []int32
- func KeysInt32Uint8(m map[int32]uint8) []int32
- func KeysInt64(m map[int64]int64) []int64
- func KeysInt64Bool(m map[int64]bool) []int64
- func KeysInt64Float32(m map[int64]float32) []int64
- func KeysInt64Float64(m map[int64]float64) []int64
- func KeysInt64Int(m map[int64]int) []int64
- func KeysInt64Int16(m map[int64]int16) []int64
- func KeysInt64Int32(m map[int64]int32) []int64
- func KeysInt64Int8(m map[int64]int8) []int64
- func KeysInt64Str(m map[int64]string) []int64
- func KeysInt64Uint(m map[int64]uint) []int64
- func KeysInt64Uint16(m map[int64]uint16) []int64
- func KeysInt64Uint32(m map[int64]uint32) []int64
- func KeysInt64Uint64(m map[int64]uint64) []int64
- func KeysInt64Uint8(m map[int64]uint8) []int64
- func KeysInt8(m map[int8]int8) []int8
- func KeysInt8Bool(m map[int8]bool) []int8
- func KeysInt8Float32(m map[int8]float32) []int8
- func KeysInt8Float64(m map[int8]float64) []int8
- func KeysInt8Int(m map[int8]int) []int8
- func KeysInt8Int16(m map[int8]int16) []int8
- func KeysInt8Int32(m map[int8]int32) []int8
- func KeysInt8Int64(m map[int8]int64) []int8
- func KeysInt8Str(m map[int8]string) []int8
- func KeysInt8Uint(m map[int8]uint) []int8
- func KeysInt8Uint16(m map[int8]uint16) []int8
- func KeysInt8Uint32(m map[int8]uint32) []int8
- func KeysInt8Uint64(m map[int8]uint64) []int8
- func KeysInt8Uint8(m map[int8]uint8) []int8
- func KeysIntBool(m map[int]bool) []int
- func KeysIntFloat32(m map[int]float32) []int
- func KeysIntFloat64(m map[int]float64) []int
- func KeysIntInt16(m map[int]int16) []int
- func KeysIntInt32(m map[int]int32) []int
- func KeysIntInt64(m map[int]int64) []int
- func KeysIntInt8(m map[int]int8) []int
- func KeysIntStr(m map[int]string) []int
- func KeysIntUint(m map[int]uint) []int
- func KeysIntUint16(m map[int]uint16) []int
- func KeysIntUint32(m map[int]uint32) []int
- func KeysIntUint64(m map[int]uint64) []int
- func KeysIntUint8(m map[int]uint8) []int
- func KeysStr(m map[string]string) []string
- func KeysStrBool(m map[string]bool) []string
- func KeysStrFloat32(m map[string]float32) []string
- func KeysStrFloat64(m map[string]float64) []string
- func KeysStrInt(m map[string]int) []string
- func KeysStrInt16(m map[string]int16) []string
- func KeysStrInt32(m map[string]int32) []string
- func KeysStrInt64(m map[string]int64) []string
- func KeysStrInt8(m map[string]int8) []string
- func KeysStrUint(m map[string]uint) []string
- func KeysStrUint16(m map[string]uint16) []string
- func KeysStrUint32(m map[string]uint32) []string
- func KeysStrUint64(m map[string]uint64) []string
- func KeysStrUint8(m map[string]uint8) []string
- func KeysToLower(m map[string]interface{}) map[string]interface{}
- func KeysToUpper(m map[string]interface{}) map[string]interface{}
- func KeysUint(m map[uint]uint) []uint
- func KeysUint16(m map[uint16]uint16) []uint16
- func KeysUint16Bool(m map[uint16]bool) []uint16
- func KeysUint16Float32(m map[uint16]float32) []uint16
- func KeysUint16Float64(m map[uint16]float64) []uint16
- func KeysUint16Int(m map[uint16]int) []uint16
- func KeysUint16Int16(m map[uint16]int16) []uint16
- func KeysUint16Int32(m map[uint16]int32) []uint16
- func KeysUint16Int64(m map[uint16]int64) []uint16
- func KeysUint16Int8(m map[uint16]int8) []uint16
- func KeysUint16Str(m map[uint16]string) []uint16
- func KeysUint16Uint(m map[uint16]uint) []uint16
- func KeysUint16Uint32(m map[uint16]uint32) []uint16
- func KeysUint16Uint64(m map[uint16]uint64) []uint16
- func KeysUint16Uint8(m map[uint16]uint8) []uint16
- func KeysUint32(m map[uint32]uint32) []uint32
- func KeysUint32Bool(m map[uint32]bool) []uint32
- func KeysUint32Float32(m map[uint32]float32) []uint32
- func KeysUint32Float64(m map[uint32]float64) []uint32
- func KeysUint32Int(m map[uint32]int) []uint32
- func KeysUint32Int16(m map[uint32]int16) []uint32
- func KeysUint32Int32(m map[uint32]int32) []uint32
- func KeysUint32Int64(m map[uint32]int64) []uint32
- func KeysUint32Int8(m map[uint32]int8) []uint32
- func KeysUint32Str(m map[uint32]string) []uint32
- func KeysUint32Uint(m map[uint32]uint) []uint32
- func KeysUint32Uint16(m map[uint32]uint16) []uint32
- func KeysUint32Uint64(m map[uint32]uint64) []uint32
- func KeysUint32Uint8(m map[uint32]uint8) []uint32
- func KeysUint64(m map[uint64]uint64) []uint64
- func KeysUint64Bool(m map[uint64]bool) []uint64
- func KeysUint64Float32(m map[uint64]float32) []uint64
- func KeysUint64Float64(m map[uint64]float64) []uint64
- func KeysUint64Int(m map[uint64]int) []uint64
- func KeysUint64Int16(m map[uint64]int16) []uint64
- func KeysUint64Int32(m map[uint64]int32) []uint64
- func KeysUint64Int64(m map[uint64]int64) []uint64
- func KeysUint64Int8(m map[uint64]int8) []uint64
- func KeysUint64Str(m map[uint64]string) []uint64
- func KeysUint64Uint(m map[uint64]uint) []uint64
- func KeysUint64Uint16(m map[uint64]uint16) []uint64
- func KeysUint64Uint32(m map[uint64]uint32) []uint64
- func KeysUint64Uint8(m map[uint64]uint8) []uint64
- func KeysUint8(m map[uint8]uint8) []uint8
- func KeysUint8Bool(m map[uint8]bool) []uint8
- func KeysUint8Float32(m map[uint8]float32) []uint8
- func KeysUint8Float64(m map[uint8]float64) []uint8
- func KeysUint8Int(m map[uint8]int) []uint8
- func KeysUint8Int16(m map[uint8]int16) []uint8
- func KeysUint8Int32(m map[uint8]int32) []uint8
- func KeysUint8Int64(m map[uint8]int64) []uint8
- func KeysUint8Int8(m map[uint8]int8) []uint8
- func KeysUint8Str(m map[uint8]string) []uint8
- func KeysUint8Uint(m map[uint8]uint) []uint8
- func KeysUint8Uint16(m map[uint8]uint16) []uint8
- func KeysUint8Uint32(m map[uint8]uint32) []uint8
- func KeysUint8Uint64(m map[uint8]uint64) []uint8
- func KeysUintBool(m map[uint]bool) []uint
- func KeysUintFloat32(m map[uint]float32) []uint
- func KeysUintFloat64(m map[uint]float64) []uint
- func KeysUintInt(m map[uint]int) []uint
- func KeysUintInt16(m map[uint]int16) []uint
- func KeysUintInt32(m map[uint]int32) []uint
- func KeysUintInt64(m map[uint]int64) []uint
- func KeysUintInt8(m map[uint]int8) []uint
- func KeysUintStr(m map[uint]string) []uint
- func KeysUintUint16(m map[uint]uint16) []uint
- func KeysUintUint32(m map[uint]uint32) []uint
- func KeysUintUint64(m map[uint]uint64) []uint
- func KeysUintUint8(m map[uint]uint8) []uint
- func MapFlip(m interface{}) map[interface{}]interface{}
- func MergeIFMap(src, dst map[int]float64)
- func MergeIIMap(src, dst map[int]int)
- func MergeISMap(src, dst map[int]string)
- func MergeIUMap(src, dst map[int]uint)
- func MergeSFMap(src, dst map[string]float64, ignoreCase bool)
- func MergeSIMap(src, dst map[string]int, ignoreCase bool)
- func MergeSSMap(src, dst map[string]string, ignoreCase bool)
- func MergeSUMap(src, dst map[string]uint, ignoreCase bool)
- func MergeUFMap(src, dst map[uint]float64)
- func MergeUIMap(src, dst map[uint]int)
- func MergeUSMap(src, dst map[uint]string)
- func MergeUUMap(src, dst map[uint]uint)
- func Values(m interface{}) []interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Keys ¶
func Keys(m interface{}) []interface{}
Get all keys in the map. If `m` is not a map that will cause panic.
func KeysAsString ¶
func KeysAsString(m interface{}) []string
Get all keys in the map as []string. If `m` is not a map that will cause panic.
func KeysBoolFloat32 ¶
KeysBoolFloat32 returns a slice of map's keys
func KeysBoolFloat64 ¶
KeysBoolFloat64 returns a slice of map's keys
func KeysBoolInt ¶
KeysBoolInt returns a slice of map's keys
func KeysBoolInt16 ¶
KeysBoolInt16 returns a slice of map's keys
func KeysBoolInt32 ¶
KeysBoolInt32 returns a slice of map's keys
func KeysBoolInt64 ¶
KeysBoolInt64 returns a slice of map's keys
func KeysBoolInt8 ¶
KeysBoolInt8 returns a slice of map's keys
func KeysBoolStr ¶
KeysBoolStr returns a slice of map's keys
func KeysBoolUint ¶
KeysBoolUint returns a slice of map's keys
func KeysBoolUint16 ¶
KeysBoolUint16 returns a slice of map's keys
func KeysBoolUint32 ¶
KeysBoolUint32 returns a slice of map's keys
func KeysBoolUint64 ¶
KeysBoolUint64 returns a slice of map's keys
func KeysBoolUint8 ¶
KeysBoolUint8 returns a slice of map's keys
func KeysFloat32 ¶
KeysFloat32 returns a slice of map's keys
func KeysFloat32Bool ¶
KeysFloat32Bool returns a slice of map's keys
func KeysFloat32Float64 ¶
KeysFloat32Float64 returns a slice of map's keys
func KeysFloat32Int ¶
KeysFloat32Int returns a slice of map's keys
func KeysFloat32Int16 ¶
KeysFloat32Int16 returns a slice of map's keys
func KeysFloat32Int32 ¶
KeysFloat32Int32 returns a slice of map's keys
func KeysFloat32Int64 ¶
KeysFloat32Int64 returns a slice of map's keys
func KeysFloat32Int8 ¶
KeysFloat32Int8 returns a slice of map's keys
func KeysFloat32Str ¶
KeysFloat32Str returns a slice of map's keys
func KeysFloat32Uint ¶
KeysFloat32Uint returns a slice of map's keys
func KeysFloat32Uint16 ¶
KeysFloat32Uint16 returns a slice of map's keys
func KeysFloat32Uint32 ¶
KeysFloat32Uint32 returns a slice of map's keys
func KeysFloat32Uint64 ¶
KeysFloat32Uint64 returns a slice of map's keys
func KeysFloat32Uint8 ¶
KeysFloat32Uint8 returns a slice of map's keys
func KeysFloat64 ¶
KeysFloat64 returns a slice of map's keys
func KeysFloat64Bool ¶
KeysFloat64Bool returns a slice of map's keys
func KeysFloat64Float32 ¶
KeysFloat64Float32 returns a slice of map's keys
func KeysFloat64Int ¶
KeysFloat64Int returns a slice of map's keys
func KeysFloat64Int16 ¶
KeysFloat64Int16 returns a slice of map's keys
func KeysFloat64Int32 ¶
KeysFloat64Int32 returns a slice of map's keys
func KeysFloat64Int64 ¶
KeysFloat64Int64 returns a slice of map's keys
func KeysFloat64Int8 ¶
KeysFloat64Int8 returns a slice of map's keys
func KeysFloat64Str ¶
KeysFloat64Str returns a slice of map's keys
func KeysFloat64Uint ¶
KeysFloat64Uint returns a slice of map's keys
func KeysFloat64Uint16 ¶
KeysFloat64Uint16 returns a slice of map's keys
func KeysFloat64Uint32 ¶
KeysFloat64Uint32 returns a slice of map's keys
func KeysFloat64Uint64 ¶
KeysFloat64Uint64 returns a slice of map's keys
func KeysFloat64Uint8 ¶
KeysFloat64Uint8 returns a slice of map's keys
func KeysInt16Bool ¶
KeysInt16Bool returns a slice of map's keys
func KeysInt16Float32 ¶
KeysInt16Float32 returns a slice of map's keys
func KeysInt16Float64 ¶
KeysInt16Float64 returns a slice of map's keys
func KeysInt16Int ¶
KeysInt16Int returns a slice of map's keys
func KeysInt16Int32 ¶
KeysInt16Int32 returns a slice of map's keys
func KeysInt16Int64 ¶
KeysInt16Int64 returns a slice of map's keys
func KeysInt16Int8 ¶
KeysInt16Int8 returns a slice of map's keys
func KeysInt16Str ¶
KeysInt16Str returns a slice of map's keys
func KeysInt16Uint ¶
KeysInt16Uint returns a slice of map's keys
func KeysInt16Uint16 ¶
KeysInt16Uint16 returns a slice of map's keys
func KeysInt16Uint32 ¶
KeysInt16Uint32 returns a slice of map's keys
func KeysInt16Uint64 ¶
KeysInt16Uint64 returns a slice of map's keys
func KeysInt16Uint8 ¶
KeysInt16Uint8 returns a slice of map's keys
func KeysInt32Bool ¶
KeysInt32Bool returns a slice of map's keys
func KeysInt32Float32 ¶
KeysInt32Float32 returns a slice of map's keys
func KeysInt32Float64 ¶
KeysInt32Float64 returns a slice of map's keys
func KeysInt32Int ¶
KeysInt32Int returns a slice of map's keys
func KeysInt32Int16 ¶
KeysInt32Int16 returns a slice of map's keys
func KeysInt32Int64 ¶
KeysInt32Int64 returns a slice of map's keys
func KeysInt32Int8 ¶
KeysInt32Int8 returns a slice of map's keys
func KeysInt32Str ¶
KeysInt32Str returns a slice of map's keys
func KeysInt32Uint ¶
KeysInt32Uint returns a slice of map's keys
func KeysInt32Uint16 ¶
KeysInt32Uint16 returns a slice of map's keys
func KeysInt32Uint32 ¶
KeysInt32Uint32 returns a slice of map's keys
func KeysInt32Uint64 ¶
KeysInt32Uint64 returns a slice of map's keys
func KeysInt32Uint8 ¶
KeysInt32Uint8 returns a slice of map's keys
func KeysInt64Bool ¶
KeysInt64Bool returns a slice of map's keys
func KeysInt64Float32 ¶
KeysInt64Float32 returns a slice of map's keys
func KeysInt64Float64 ¶
KeysInt64Float64 returns a slice of map's keys
func KeysInt64Int ¶
KeysInt64Int returns a slice of map's keys
func KeysInt64Int16 ¶
KeysInt64Int16 returns a slice of map's keys
func KeysInt64Int32 ¶
KeysInt64Int32 returns a slice of map's keys
func KeysInt64Int8 ¶
KeysInt64Int8 returns a slice of map's keys
func KeysInt64Str ¶
KeysInt64Str returns a slice of map's keys
func KeysInt64Uint ¶
KeysInt64Uint returns a slice of map's keys
func KeysInt64Uint16 ¶
KeysInt64Uint16 returns a slice of map's keys
func KeysInt64Uint32 ¶
KeysInt64Uint32 returns a slice of map's keys
func KeysInt64Uint64 ¶
KeysInt64Uint64 returns a slice of map's keys
func KeysInt64Uint8 ¶
KeysInt64Uint8 returns a slice of map's keys
func KeysInt8Bool ¶
KeysInt8Bool returns a slice of map's keys
func KeysInt8Float32 ¶
KeysInt8Float32 returns a slice of map's keys
func KeysInt8Float64 ¶
KeysInt8Float64 returns a slice of map's keys
func KeysInt8Int ¶
KeysInt8Int returns a slice of map's keys
func KeysInt8Int16 ¶
KeysInt8Int16 returns a slice of map's keys
func KeysInt8Int32 ¶
KeysInt8Int32 returns a slice of map's keys
func KeysInt8Int64 ¶
KeysInt8Int64 returns a slice of map's keys
func KeysInt8Str ¶
KeysInt8Str returns a slice of map's keys
func KeysInt8Uint ¶
KeysInt8Uint returns a slice of map's keys
func KeysInt8Uint16 ¶
KeysInt8Uint16 returns a slice of map's keys
func KeysInt8Uint32 ¶
KeysInt8Uint32 returns a slice of map's keys
func KeysInt8Uint64 ¶
KeysInt8Uint64 returns a slice of map's keys
func KeysInt8Uint8 ¶
KeysInt8Uint8 returns a slice of map's keys
func KeysIntFloat32 ¶
KeysIntFloat32 returns a slice of map's keys
func KeysIntFloat64 ¶
KeysIntFloat64 returns a slice of map's keys
func KeysIntInt16 ¶
KeysIntInt16 returns a slice of map's keys
func KeysIntInt32 ¶
KeysIntInt32 returns a slice of map's keys
func KeysIntInt64 ¶
KeysIntInt64 returns a slice of map's keys
func KeysIntUint16 ¶
KeysIntUint16 returns a slice of map's keys
func KeysIntUint32 ¶
KeysIntUint32 returns a slice of map's keys
func KeysIntUint64 ¶
KeysIntUint64 returns a slice of map's keys
func KeysIntUint8 ¶
KeysIntUint8 returns a slice of map's keys
func KeysStrBool ¶
KeysStrBool returns a slice of map's keys
func KeysStrFloat32 ¶
KeysStrFloat32 returns a slice of map's keys
func KeysStrFloat64 ¶
KeysStrFloat64 returns a slice of map's keys
func KeysStrInt ¶
KeysStrInt returns a slice of map's keys
func KeysStrInt16 ¶
KeysStrInt16 returns a slice of map's keys
func KeysStrInt32 ¶
KeysStrInt32 returns a slice of map's keys
func KeysStrInt64 ¶
KeysStrInt64 returns a slice of map's keys
func KeysStrInt8 ¶
KeysStrInt8 returns a slice of map's keys
func KeysStrUint ¶
KeysStrUint returns a slice of map's keys
func KeysStrUint16 ¶
KeysStrUint16 returns a slice of map's keys
func KeysStrUint32 ¶
KeysStrUint32 returns a slice of map's keys
func KeysStrUint64 ¶
KeysStrUint64 returns a slice of map's keys
func KeysStrUint8 ¶
KeysStrUint8 returns a slice of map's keys
func KeysToLower ¶
KeysToLower convert keys to lower case.
func KeysToUpper ¶
KeysToUpper convert keys to upper case.
func KeysUint16 ¶
KeysUint16 returns a slice of map's keys
func KeysUint16Bool ¶
KeysUint16Bool returns a slice of map's keys
func KeysUint16Float32 ¶
KeysUint16Float32 returns a slice of map's keys
func KeysUint16Float64 ¶
KeysUint16Float64 returns a slice of map's keys
func KeysUint16Int ¶
KeysUint16Int returns a slice of map's keys
func KeysUint16Int16 ¶
KeysUint16Int16 returns a slice of map's keys
func KeysUint16Int32 ¶
KeysUint16Int32 returns a slice of map's keys
func KeysUint16Int64 ¶
KeysUint16Int64 returns a slice of map's keys
func KeysUint16Int8 ¶
KeysUint16Int8 returns a slice of map's keys
func KeysUint16Str ¶
KeysUint16Str returns a slice of map's keys
func KeysUint16Uint ¶
KeysUint16Uint returns a slice of map's keys
func KeysUint16Uint32 ¶
KeysUint16Uint32 returns a slice of map's keys
func KeysUint16Uint64 ¶
KeysUint16Uint64 returns a slice of map's keys
func KeysUint16Uint8 ¶
KeysUint16Uint8 returns a slice of map's keys
func KeysUint32 ¶
KeysUint32 returns a slice of map's keys
func KeysUint32Bool ¶
KeysUint32Bool returns a slice of map's keys
func KeysUint32Float32 ¶
KeysUint32Float32 returns a slice of map's keys
func KeysUint32Float64 ¶
KeysUint32Float64 returns a slice of map's keys
func KeysUint32Int ¶
KeysUint32Int returns a slice of map's keys
func KeysUint32Int16 ¶
KeysUint32Int16 returns a slice of map's keys
func KeysUint32Int32 ¶
KeysUint32Int32 returns a slice of map's keys
func KeysUint32Int64 ¶
KeysUint32Int64 returns a slice of map's keys
func KeysUint32Int8 ¶
KeysUint32Int8 returns a slice of map's keys
func KeysUint32Str ¶
KeysUint32Str returns a slice of map's keys
func KeysUint32Uint ¶
KeysUint32Uint returns a slice of map's keys
func KeysUint32Uint16 ¶
KeysUint32Uint16 returns a slice of map's keys
func KeysUint32Uint64 ¶
KeysUint32Uint64 returns a slice of map's keys
func KeysUint32Uint8 ¶
KeysUint32Uint8 returns a slice of map's keys
func KeysUint64 ¶
KeysUint64 returns a slice of map's keys
func KeysUint64Bool ¶
KeysUint64Bool returns a slice of map's keys
func KeysUint64Float32 ¶
KeysUint64Float32 returns a slice of map's keys
func KeysUint64Float64 ¶
KeysUint64Float64 returns a slice of map's keys
func KeysUint64Int ¶
KeysUint64Int returns a slice of map's keys
func KeysUint64Int16 ¶
KeysUint64Int16 returns a slice of map's keys
func KeysUint64Int32 ¶
KeysUint64Int32 returns a slice of map's keys
func KeysUint64Int64 ¶
KeysUint64Int64 returns a slice of map's keys
func KeysUint64Int8 ¶
KeysUint64Int8 returns a slice of map's keys
func KeysUint64Str ¶
KeysUint64Str returns a slice of map's keys
func KeysUint64Uint ¶
KeysUint64Uint returns a slice of map's keys
func KeysUint64Uint16 ¶
KeysUint64Uint16 returns a slice of map's keys
func KeysUint64Uint32 ¶
KeysUint64Uint32 returns a slice of map's keys
func KeysUint64Uint8 ¶
KeysUint64Uint8 returns a slice of map's keys
func KeysUint8Bool ¶
KeysUint8Bool returns a slice of map's keys
func KeysUint8Float32 ¶
KeysUint8Float32 returns a slice of map's keys
func KeysUint8Float64 ¶
KeysUint8Float64 returns a slice of map's keys
func KeysUint8Int ¶
KeysUint8Int returns a slice of map's keys
func KeysUint8Int16 ¶
KeysUint8Int16 returns a slice of map's keys
func KeysUint8Int32 ¶
KeysUint8Int32 returns a slice of map's keys
func KeysUint8Int64 ¶
KeysUint8Int64 returns a slice of map's keys
func KeysUint8Int8 ¶
KeysUint8Int8 returns a slice of map's keys
func KeysUint8Str ¶
KeysUint8Str returns a slice of map's keys
func KeysUint8Uint ¶
KeysUint8Uint returns a slice of map's keys
func KeysUint8Uint16 ¶
KeysUint8Uint16 returns a slice of map's keys
func KeysUint8Uint32 ¶
KeysUint8Uint32 returns a slice of map's keys
func KeysUint8Uint64 ¶
KeysUint8Uint64 returns a slice of map's keys
func KeysUintBool ¶
KeysUintBool returns a slice of map's keys
func KeysUintFloat32 ¶
KeysUintFloat32 returns a slice of map's keys
func KeysUintFloat64 ¶
KeysUintFloat64 returns a slice of map's keys
func KeysUintInt ¶
KeysUintInt returns a slice of map's keys
func KeysUintInt16 ¶
KeysUintInt16 returns a slice of map's keys
func KeysUintInt32 ¶
KeysUintInt32 returns a slice of map's keys
func KeysUintInt64 ¶
KeysUintInt64 returns a slice of map's keys
func KeysUintInt8 ¶
KeysUintInt8 returns a slice of map's keys
func KeysUintStr ¶
KeysUintStr returns a slice of map's keys
func KeysUintUint16 ¶
KeysUintUint16 returns a slice of map's keys
func KeysUintUint32 ¶
KeysUintUint32 returns a slice of map's keys
func KeysUintUint64 ¶
KeysUintUint64 returns a slice of map's keys
func KeysUintUint8 ¶
KeysUintUint8 returns a slice of map's keys
func MapFlip ¶
func MapFlip(m interface{}) map[interface{}]interface{}
Flip key and value in the map. If `m` is not a map that will cause panic.
func MergeSFMap ¶
MergeStringMap merge src to dst map
func MergeSIMap ¶
MergeStringMap merge src to dst map
func MergeSSMap ¶
MergeStringMap merge src to dst map
func MergeSUMap ¶
MergeStringMap merge src to dst map
Types ¶
This section is empty.