static short[] takeFirstOfShortArray(short[] b, int n) { ret subShortArray(b, 0, n); } static short[] takeFirstOfShortArray(int n, short[] b) { ret takeFirstOfShortArray(b, n); }
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: | 269 / 301 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |