List.lastIndexOf

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

struct List(T)
ptrdiff_t
lastIndexOf
()

Meta