# 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.