static S joinWithSlash(Iterable l) { ret join("/", l); } static S joinWithSlash(A[] l) { ret join("/", l); }