Documentation ¶
Index ¶
- func Difference(slice1, slice2 []string) []string
- func DifferenceInt(slice1, slice2 []int64) []int64
- func InArrayInt(param int, array []int) bool
- func InArrayString(param string, array []string) bool
- func Intersect(slice1, slice2 []string) []string
- func IntersectInt(slice1, slice2 []int64) []int64
- func RemoveRepInt(arr []int64) (newArr []int64)
- func RemoveRepString(arr []string) (newArr []string)
- func SortAhead(slice1, slice2 []string) []string
- func Union(slice1, slice2 []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Difference ¶
func DifferenceInt ¶ added in v0.0.3
func InArrayInt ¶
func InArrayString ¶
func IntersectInt ¶
func RemoveRepInt ¶
func RemoveRepString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.