find the index of the first occurence of an item in a list, or -1
static assert (IndexOf!(2, 1,2,3) == 1);
See Implementation
find the index of the first occurence of an item in a list, or -1