Documentation ¶
Index ¶
- func Contain(obj interface{}, target interface{}) (bool, error)
- func InIntArray(s int, arr []int) bool
- func InStrArray(s string, arr []string) bool
- func Int64ArrToInString(i64 []int64) string
- func IntArrToInString(i []int) string
- func RemoveDuplicateInt(arr []int) (newArr []int)
- func RemoveDuplicateInt64(arr []int64) (newArr []int64)
- func RemoveDuplicateStr(arr []string) (newArr []string)
- func ReverseInt(l []int)
- func ReverseInt64(l []int64)
- func ReverseStr(l []string)
- func StringArrToInString(s []string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RemoveDuplicateInt ¶ added in v1.1.0
func RemoveDuplicateInt64 ¶ added in v1.1.0
func RemoveDuplicateStr ¶ added in v1.1.0
func ReverseInt ¶ added in v1.1.0
func ReverseInt(l []int)
func ReverseInt64 ¶ added in v1.1.0
func ReverseInt64(l []int64)
func ReverseStr ¶ added in v1.1.0
func ReverseStr(l []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.