1 | static ItIt<Int> fromToI(int a default 0, int b) { |
2 | ret countIterator(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | static <A> ItIt<A> fromToI(int a default 0, int b, IF1<Int, A> f) { |
10 | ret countIterator(a, b, f); |
11 | } |
12 | |
13 | |
14 | |
15 | static ItIt<Int> fromToI(int a, int b, int step) { |
16 | ret countIterator(a, b, step); |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
Snippet ID: | #1031977 |
Snippet name: | fromToI - synonym of countIterator |
Eternal ID of this version: | #1031977/1 |
Text MD5: | 81702f491f06423a47ca99acc83ebbe9 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-08-06 05:54:01 |
Source code size: | 279 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 159 / 184 |
Referenced in: | [show references] |