1 | static O[] addToObjectArray(O[] a, O o) {
|
2 | O[] x = new O[l(a)+1]; |
3 | arraycopy(a, 0, x, 0, l(a)); |
4 | x[l(a)] = o; |
5 | ret x; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011671 |
| Snippet name: | addToObjectArray |
| Eternal ID of this version: | #1011671/2 |
| Text MD5: | 51187a9aa2ce2d7efe74fd0abe4e49ee |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-02 03:06:08 |
| Source code size: | 128 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 694 / 740 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |