Documentation ¶
Index ¶
- func ByteArr(i ...byte) []byte
- func FlipSlice(a interface{}) interface{}
- func HasFloat64(arr []float64, item float64) bool
- func HasInt(arr []int, item int) bool
- func HasString(arr []string, item string) bool
- func IntArr(i ...int) []int
- func RemoveDuplicateString(a []string) []string
- func SliceConcat(a ...[]interface{}) []interface{}
- func StringArr(s ...string) []string
- type KVIntString
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HasFloat64 ¶
func RemoveDuplicateString ¶ added in v0.1.25
func SliceConcat ¶
func SliceConcat(a ...[]interface{}) []interface{}
Types ¶
type KVIntString ¶
Click to show internal directories.
Click to hide internal directories.