Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1020977 // iotaList (like in APL) - (virtual) list from 1 to n

JavaX fragment (include)

static L<Int> iotaList(final int n) {
  ret intRangeList(1, n+1);
}

Author comment

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: 230 / 257
Version history: 1 change(s)
Referenced in: [show references]