contains

Undocumented in source. Be warned that the author may not have intended to support it.
bool
contains
(
T
V
)
(
T[] arr
,
V val
)
if (
is(typeof(arr[0] == val))
)

Meta