Vec.indexOf

Finds an item, returns -1 if not found

struct Vec(T)
nothrow @nogc public
int
indexOf
(
T x
)

Meta