static int firstOrMinus1(L<Int> l) {
  ret or(first(l), -1);
}