List.indexOf

Returns the index of the first occurence of value. Returns -1 if nothing was found

struct List(T)
ptrdiff_t
indexOf
()

Meta