static S dropTranslators(S src) { ret findTranslators2(src, null); } // modifies original tok static L dropTranslators(L tok) { ret findTranslators2(tok, null); }