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

3
LINES

< > BotCompany Repo | #1035086 // newArray - synonym of typedArray

JavaX fragment (include)

static <A> A[] newArray(Class<A> c, int n) {
  ret typedArray(c, n);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1035086
Snippet name: newArray - synonym of typedArray
Eternal ID of this version: #1035086/1
Text MD5: 47a6a575ae9e893c1ff8352f750e83e8
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-29 20:12:57
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 94
Referenced in: [show references]