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

5
LINES

< > BotCompany Repo | #1033845 // flattenToArray - best flattening function

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

Transpiled version (4770L) is out of date.

static O[] flattenToArray(O... l) {
  new Flattener f;
  f.add(l);
  ret f.toArray();
}

Author comment

Began life as a copy of #1033844

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033845
Snippet name: flattenToArray - best flattening function
Eternal ID of this version: #1033845/2
Text MD5: 86610d293a4546985205c9ddb11c1007
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-07 00:23:26
Source code size: 91 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 71 / 103
Version history: 1 change(s)
Referenced in: [show references]