1 | static ItIt<Int> inclusiveCountIterator(int a, int b) { |
2 | ret countIterator_inclusive(a, b); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> ItIt<A> inclusiveCountIterator(int a, int b, IF1<Int, A> f) { |
8 | ret countIterator_inclusive(a, b, f); |
9 | } |
10 | |
11 | |
12 | |
13 | static <A> ItIt<A> inclusiveCountIterator(double a, double b, double step, IF1<Double, A> f) { |
14 | ret countIterator_inclusive(a, b, step, f); |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1032861 |
Snippet name: | inclusiveCountIterator - synonym of countIterator_inclusive |
Eternal ID of this version: | #1032861/1 |
Text MD5: | 5ec16b8b317ea44caf2ecb847db5c59c |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-07 00:05:24 |
Source code size: | 362 bytes / 15 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 151 / 178 |
Referenced in: | [show references] |