static L<S> tok_splitAtSlashes(S s) { ret tok_splitAtSlash(s); } static L<S> tok_splitAtSlashes(L<S> tok) { ret tok_splitAtSlash(tok); }