static <A> int lengthLevel2_shortArrays(Collection<short[]> l) { int sum = 0; for (short[] c : l) sum += l(c); ret sum; }
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: | 565 / 615 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032587 - lengthLevel2_intArrays |