//
pkg.gl
Category
github.com/giwealth/utils
slice
package
1.0.6
Repository:
https://github.com/giwealth/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
124 SLOC
#
Functions
Difference
Difference 差集.
Intersection
Intersection 交集.
IsExistItem
IsExistItem 判断slice中是否存在某个item.
RemoveDuplicates
RemoveDuplicates 去掉slice中的重复项.
Union
Union 并集, 两个slice A,B,把他们所有的元素合并在一起组成的slice.
#
Type aliases
Array
Array 数组.