static int indexOfWhere(L l, O... params) { for i over l: if (checkFields(l.get(i), params)) ret i; ret -1; }