Libraryless. Click here for Pure Java version (2799L/17K).
// one array plus more elements added in front static O[] objectArrayPlus_inFront(O[] a1, O... a2) { ret concatArrays(a2, a1); }
Began life as a copy of #1003112
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031593 |
| Snippet name: | objectArrayPlus_inFront |
| Eternal ID of this version: | #1031593/1 |
| Text MD5: | 4bda79d6a6a9e6e328b28b6f67eb5a58 |
| Transpilation MD5: | 9091221b05eee1f78a067b3242f7aec1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-22 07:41:52 |
| Source code size: | 133 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 341 / 442 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |