isIn

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

bool
isIn
(
T
)
(
T val
,
in T[] arr
)

Meta