static ItIt<Int> fromToI(int a default 0, int b) { ret countIterator(a, b); } static <A> ItIt<A> fromToI(int a default 0, int b, IF1<Int, A> f) { ret countIterator(a, b, f); } static ItIt<Int> fromToI(int a, int b, int step) { ret countIterator(a, b, step); }
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: | 401 / 423 |
| Referenced in: | [show references] |