static L> ai_findAPrefixesInPairsListCI(L> l, final LS x) { ret [Pair p : unnull(l) | listStartsWithCI(x, p.a)]; }