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

7
LINES

< > BotCompany Repo | #1025451 // allToString_array

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

Transpiled version (41L) is out of date.

static S[] allToString_array(O[] c) {
  if (c == null) null;
  int n = c.length;
  S[] l = new S[n];
  for i to n: l[i] = str(c[i]);
  ret l;
}

Author comment

Began life as a copy of #1002050

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: #1025451
Snippet name: allToString_array
Eternal ID of this version: #1025451/2
Text MD5: cb748ee46c4604abcaafc3f6bf5a2ff7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-29 01:26:41
Source code size: 149 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 149 / 214
Version history: 1 change(s)
Referenced in: [show references]