static L ai_matrixUnpack(L rels) { new L out; new Matches m; for (S rel : unnull(rels)) if (swicEwic(rel, "[", "] is", m)) out.add(m.rest()); ret out; }