1 | static <A> int lengthLevel2_shortArrays(Collection<short[]> l) {
|
2 | int sum = 0; |
3 | for (short[] c : l) sum += l(c); |
4 | ret sum; |
5 | } |
Began life as a copy of #1008788
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1018607 |
| Snippet name: | lengthLevel2_shortArrays |
| Eternal ID of this version: | #1018607/1 |
| Text MD5: | 6c61cf8f9833ca673c922e0c2ead1558 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-07 16:18:15 |
| Source code size: | 131 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 566 / 617 |
| Referenced in: | [show references] |