isOneOf

Returns true if one of the elements of arr contains val.

bool
isOneOf
(
T
)
(
T val
,
T[] arr...
)

Meta