static ItIt<Int> countTo(int a default 0, int b) { ret countIterator(a, b); } static <A> ItIt<A> countTo(int a default 0, int b, IF1<Int, A> f) { ret countIterator(a, b, f); } static ItIt<Int> countTo(int a, int b, int step) { ret countIterator(a, b, step); } static <A> ItIt<A> countTo(double a, double b, double step, IF1<Double, A> f) { ret countIterator(a, b, step, f); } static <A> ItIt<Double> countTo(double a, double b, double step) { ret countIterator(a, b, step); } static <A> ItIt<A> lambdaMapLike countTo(IF1<Double, A> f, double a, double b, double step) { ret countIterator(f, a, b, step); } static <A> ItIt<A> countTo(IF1<Int, A> f, int a default 0, int b) { ret countIterator(f, a, b); } static <A> ItIt<Int> countTo(L l) { ret countIterator(l); }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1014728 |
Snippet name: | countTo |
Eternal ID of this version: | #1014728/2 |
Text MD5: | e79cdbac7189f9b00777999e6b5c9715 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-04-01 23:16:59 |
Source code size: | 818 bytes / 47 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 508 / 542 |
Version history: | 1 change(s) |
Referenced in: | [show references] |