static L prependAll(fS s, Collection l) { ret map(func(S x) -> S { s + x }, l); }