Transpiled version (7886L) is out of date.
static L repF(int n, O f, O... args) { L l = emptyList(n); for i to n: l.add(callF(f, args)); ret l; } static L repF(O f, int n) { ret repF(n, f); } static <A> L<A> lambdaMapLike repF(int n, IF0<A> f) { L<A> l = emptyList(n); for i to n: l.add(f.get()); ret l; } static <A> L<A> repF(IF0<A> f, int n) { ret repF(n, f); }
Began life as a copy of #1002635
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj, xrpafgyirdlv
No comments. add comment