Libraryless. Click here for Pure Java version (38L/1K).
static int[] secondIntFromLong_onArray(long[] a) { if (a == null) null; int n = a.length; int[] x = new int[n]; for i to n: x[i] = secondIntFromLong(a[i]); ret x; }
Began life as a copy of #1029193
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029940 |
| Snippet name: | secondIntFromLong_onArray |
| Eternal ID of this version: | #1029940/1 |
| Text MD5: | ebe7687fd4d827953219b72a27c254a5 |
| Transpilation MD5: | 8cc091f234abe552d0e63d6a6d72f840 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-10-13 15:07:00 |
| Source code size: | 185 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 373 / 486 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |