Documentation
¶
Index ¶
- func InfToInt(inter interface{}) (i int)
- func Int64ArrayContains(addrs []int64, i int64) bool
- func Int642Str(i int64) string
- func RemoveDuplicateElement(addrs []string) []string
- func RemoveDuplicateElementInt64(addrs []int64) []int64
- func Str2Byte(s string) []byte
- func Str2Float64(s string) float64
- func Str2Int(s string) int
- func Str2Int32(s string) int32
- func Str2Int64(s string) int64
- func StringArrayContains(arr []string, str string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Int64ArrayContains ¶ added in v0.2.1
Int64ArrayContains 数组是否包含某字符串
func RemoveDuplicateElement ¶ added in v0.2.1
RemoveDuplicateElement 去重
func RemoveDuplicateElementInt64 ¶ added in v0.2.1
RemoveDuplicateElementInt64 去重
func StringArrayContains ¶ added in v0.1.4
StringArrayContains 字符串数组是否包含某字符串
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.