Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1032587 // lengthLevel2_intArrays

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (3792L) is out of date.

static <A> int lengthLevel2_intArrays(byte[][] l) {
  int sum = 0;
  for (int[] c : l) sum += l(c);
  ret sum;
}

Author comment

Began life as a copy of #1018607

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032587
Snippet name: lengthLevel2_intArrays
Eternal ID of this version: #1032587/4
Text MD5: 83f5e809cd6849effdab1655c3876645
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-23 07:48:44
Source code size: 116 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 89
Version history: 3 change(s)
Referenced in: [show references]