//
pkg.gl
Category
github.com/pingcap/tidb
pkg
util
slice
package
9.0.0-alpha+incompatible
Repository:
https://github.com/pingcap/tidb.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
1
Dependents
7
Files
19 SLOC
#
Functions
AllOf
AllOf returns true if all elements in the slice match the predict func.
AnyOf
AnyOf returns true if any element in the slice matches the predict func.
NoneOf
NoneOf returns true if no element in the slice matches the predict func.