package
0.0.0-20241018185007-903264785602
Repository: https://github.com/mobilemindtec/go-utils.git
Documentation: pkg.go.dev

# Functions

All returns `true` if all of the interface{}s in the slice satisfy the predicate `f`.
Any returns `true` if one of the interface{}s in the slice satisfies the predicate `f`.
No description provided by the author
No description provided by the author
Filter returns a new slice containing all interface{}s in the slice that satisfy the predicate `f`.
Filter returns a new slice containing all interface{}s in the slice that satisfy the predicate `f`.
No description provided by the author
Include returns `true` if the target interface{} t is in the slice.
Index returns the first index of the target interface{} `t`, or -1 if no match is found.
No description provided by the author
Map returns a new slice containing the results of applying the function `f` to each interface{} in the original slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author