Libraryless. Click here for Pure Java version (2513L/16K).
1 | static <A> int syncLengthLevel2(Cl<? extends Cl> l) {
|
2 | int sum = 0; |
3 | for (Collection c : cloneList(l)) sum += syncL(c); |
4 | ret sum; |
5 | } |
Began life as a copy of #1008788
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029732 |
| Snippet name: | syncLengthLevel2 - recursive length of collection of collections |
| Eternal ID of this version: | #1029732/1 |
| Text MD5: | 59cd85850236fa4678d7589e656176e3 |
| Transpilation MD5: | cd545ae248d97c3d31b382272d8ac29b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-09-09 14:48:14 |
| Source code size: | 138 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 386 / 518 |
| Referenced in: | [show references] |