static Pair ai_findAPrefixInPairsListCI(L> l, LS x) { for (Pair p : unnull(l)) if (listStartsWithCI(x, p.a)) ret p; null; }