Collection.indexOf

returns index of first occurence of item, size_t.max if not found

struct Collection(T, bool ownItems = false)
size_t
indexOf
()

Meta