static L flexMatchIC_all(S pat, S input) { new L out; flexMatchIC_iterate(pat, input, vfAddToCollection(out)); ret out; }