static int tok_leftScanCustomModifiers(LS tok, int i, Cl modifiers) { while (i > 1 && contains(modifiers, tok.get(i-2))) i -= 2; return i; }