indexOfElement

Undocumented in source. Be warned that the author may not have intended to support it.
deprecated
ptrdiff_t
indexOfElement
(
T
D
)
(
in T[] arr
,
auto ref const D val
)
if (
is(typeof(arr[0] == val))
)

Meta