//
pkg.gl
Category
github.com/share-group/share-go
util
arrayutil
package
1.0.41
Repository:
https://github.com/share-group/share-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
44 SLOC
#
Functions
Contains
判断元素是否存在于数组中.
Filter
接受一个过滤条件,返回一个新数组.
First
取数组第一位元素 arr-数组.
Last
取数组最后一位元素 arr-数组.
Uniq
对象数组元素去重.