1 | static int[] takeFirstOfIntArray(int[] b, int n) {
|
2 | ret subIntArray(b, 0, n); |
3 | } |
4 | |
5 | static int[] takeFirstOfIntArray(int n, int[] b) {
|
6 | ret takeFirstOfIntArray(b, n); |
7 | } |
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: | 523 / 559 |
| Referenced in: | [show references] |