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

9
LINES

< > BotCompany Repo | #1031929 // arrayCopy - synonym of arraycopy

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

Libraryless. Click here for Pure Java version (54L/1K).

svoid arrayCopy(O[] a, O[] b) {
  arraycopy(a, b);
}



svoid arrayCopy(O src, int srcPos default 0, O dest, int destPos, int n) {
  arraycopy(src, srcPos, dest, destPos, n);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1031929
Snippet name: arrayCopy - synonym of arraycopy
Eternal ID of this version: #1031929/2
Text MD5: 73ba6cf3256ce5057ec0f69fb96449ea
Transpilation MD5: b3f6bf013d585bf2139aba35a25dfb7f
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-26 22:35:54
Source code size: 184 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 163
Version history: 1 change(s)
Referenced in: [show references]