static void copyArray(O[] a, O[] b) { arraycopy(a, b); } static void copyArray(O src, int srcPos, O dest, int destPos, int n) { arraycopy(src, srcPos, dest, destPos, n); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1031856 |
| Snippet name: | copyArray - synonym of arraycopy |
| Eternal ID of this version: | #1031856/1 |
| Text MD5: | 066233603fb97b1f3048369b9c34cdae |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-07-16 06:33:12 |
| Source code size: | 180 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 339 / 360 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |