Libraryless. Click here for Pure Java version (38L/1K).
1 | static int[] secondIntFromLong_onArray(long[] a) { |
2 | if (a == null) null; |
3 | int n = a.length; |
4 | int[] x = new int[n]; |
5 | for i to n: |
6 | x[i] = secondIntFromLong(a[i]); |
7 | ret x; |
8 | } |
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: | 171 / 236 |
Referenced in: | [show references] |