Warning: session_start(): open(/var/lib/php/sessions/sess_0l2sj18op4pdtftgdmaj18rpl3, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
newArrayOfType - synonym of makeArray [1030533]

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

3
LINES

< > BotCompany Repo | #1030533 // newArrayOfType - synonym of makeArray

JavaX fragment (include)

static <A> A[] nuLike newArrayOfType(Class<A> type, int n) {
  ret makeArray(type, n);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030533
Snippet name: newArrayOfType - synonym of makeArray
Eternal ID of this version: #1030533/3
Text MD5: 5645ee8fa44a0779ff2b617ad80d3f71
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-06 17:11:03
Source code size: 90 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 617 / 638
Version history: 2 change(s)
Referenced in: [show references]