//
pkg.gl
Category
github.com/camry/g
gutil
package
1.2.16
Repository:
https://github.com/camry/g.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
8 SLOC
#
Packages
grand
No description provided by the author
gregex
No description provided by the author
gstring
No description provided by the author
mutex
No description provided by the author
rwmutex
No description provided by the author
#
Functions
InArray
InArray 将在数组中搜索任意类型的元素,返回匹配元素的布尔值。 element 是要搜索的元素,collection 是要搜索的值的切片。 DEPRECATED: https://github.com/samber/lo?tab=readme-ov-file#contains.