static L<Int> iotaList(final int n) { ret intRangeList(1, n+1); }
Began life as a copy of #1015352
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020977 |
Snippet name: | iotaList (like in APL) - (virtual) list from 1 to n |
Eternal ID of this version: | #1020977/2 |
Text MD5: | df56eff2a3e33d2bb48acc8fca4ada7e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-15 16:42:41 |
Source code size: | 69 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 316 / 340 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1029076 - iotaZeroList - (virtual) list from 0 to n-1 |