static float[] takeFirstOfFloatArray(float[] b, int n) { ret subFloatArray(b, 0, n); } static float[] takeFirstOfFloatArray(int n, float[] b) { ret takeFirstOfFloatArray(b, n); }
Began life as a copy of #1024597
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: | #1024604 |
Snippet name: | takeFirstOfFloatArray |
Eternal ID of this version: | #1024604/1 |
Text MD5: | e3961795101669752ef68425e54599d4 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-19 20:27:57 |
Source code size: | 189 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 189 / 226 |
Referenced in: | [show references] |