package
1.3.1
Repository: https://github.com/michaelzx/pld.git
Documentation: pkg.go.dev

# Functions

Contains Returns the index position of the val in array.
IndexOfString 获取元素在切片中第一次出现的索引,不存在的返回-1.
IndexOfStringInt64 获取元素在切片中第一次出现的索引,不存在的返回-1.