contains

Whether array contains value, no BS.

bool
contains
(
T
V
)
(
in T[] arr
,
auto ref in V val
)
if (
is(typeof(arr[0] == val))
)

Meta