static int[] takeFirstOfIntArray(int[] b, int n) { ret subIntArray(b, 0, n); } static int[] takeFirstOfIntArray(int n, int[] b) { ret takeFirstOfIntArray(b, n); }
Began life as a copy of #1020143
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024597 |
| Snippet name: | takeFirstOfIntArray |
| Eternal ID of this version: | #1024597/1 |
| Text MD5: | b6d3fc95d134b7d05b55ba8c819e72fa |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-19 18:11:22 |
| Source code size: | 173 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 522 / 558 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024604 - takeFirstOfFloatArray #1026904 - takeFirstOfShortArray |