//
pkg.gl
Category
github.com/faint-star/utils
generic
package
0.0.19
Repository:
https://github.com/faint-star/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
19 SLOC
#
Functions
EqualsAll
EqualsAll checks if a base value of type T is equal to all of the other values of type T provided as arguments.
EqualsAny
EqualsAny checks if a base value of type T is equal to any of the other values of type T provided as arguments.