1 | static short[] takeFirstOfShortArray(short[] b, int n) { |
2 | ret subShortArray(b, 0, n); |
3 | } |
4 | |
5 | static short[] takeFirstOfShortArray(int n, short[] b) { |
6 | ret takeFirstOfShortArray(b, n); |
7 | } |
Began life as a copy of #1024597
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026904 |
Snippet name: | takeFirstOfShortArray |
Eternal ID of this version: | #1026904/1 |
Text MD5: | 570030b0a2841c92c3f961a933a7dea0 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-02 16:17:19 |
Source code size: | 189 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 268 / 301 |
Referenced in: | [show references] |