static L<IntRange> intsToSize1Ranges(L<Int> l) { ret map(l, func(int i) -> IntRange { intRange(i, i+1) }); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018785 |
Snippet name: | intsToSize1Ranges |
Eternal ID of this version: | #1018785/1 |
Text MD5: | c3648c7934bacd698752c1da6b8d29c0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-13 18:28:41 |
Source code size: | 112 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 317 / 342 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018786 - intsToSize2Ranges |