package
0.1.5
Repository: https://github.com/goexts/generic.git
Documentation: pkg.go.dev

# Functions

Excludes returns the elements in src that are not in ts.
Has checks whether a value is in a slice.
Includes returns the elements in src that are in ts.
IsZero returns true if the value is zero.
Or returns the first non-zero value.
ZeroOr returns def if v is the zero value.