Transpiled version (9980L) is out of date.
static <A> A fold(F2<A, A, A> f, Iterable<A> l) { ret foldl_noSeed(f, l); } static <A> A lambda2Like fold(IF2<A, A, A> f, Iterable<A> l) { ret foldl_noSeed(f, l); } static <A> A fold(IF2<A, A, A> f, A... l) { ret foldl_noSeed(f, l); } static <A> A fold(O f, Iterable<A> l) { ret foldl_noSeed(f, l); }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036494 |
Snippet name: | fold - synonym of foldl_noSeed |
Eternal ID of this version: | #1036494/3 |
Text MD5: | 0ccefa6e42a1bb8132695ae93ce49717 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-20 22:16:21 |
Source code size: | 337 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 144 / 193 |
Version history: | 2 change(s) |
Referenced in: | [show references] |