Libraryless. Click here for Pure Java version (54L/1K).
1 | svoid arrayCopy(O[] a, O[] b) {
|
2 | arraycopy(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | svoid arrayCopy(O src, int srcPos default 0, O dest, int destPos, int n) {
|
8 | arraycopy(src, srcPos, dest, destPos, n); |
9 | } |
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: | 438 / 567 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |