//
pkg.gl
Category
github.com/michaelzx/pld
pld_arrays
package
1.3.1
Repository:
https://github.com/michaelzx/pld.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
37 SLOC
#
Functions
Contains
Contains Returns the index position of the val in array.
IndexOfString
IndexOfString 获取元素在切片中第一次出现的索引,不存在的返回-1.
IndexOfStringInt64
IndexOfStringInt64 获取元素在切片中第一次出现的索引,不存在的返回-1.