static L<S> startingWith(Iterable<S> l, fS prefix) { ret [S s : unnull(l) | startsWith(s, prefix)]; } static L<S> startingWith(S prefix, Iterable<S> l) { ret startingWith(l, prefix); }
Began life as a copy of #1008608
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment