static L<Int> countIteratorToList_incl(int a default 0, int b) { ret countIteratorToList_inclusive(a, b); } static <A> L<A> countIteratorToList_incl(int a default 0, int b, IF1<Int, A> f) { ret countIteratorToList_inclusive(a, b, f); } static L<Int> countIteratorToList_incl(int a, int b, int step) { ret countIteratorToList_inclusive(a, b, step); } static <A> L<A> countIteratorToList_incl(double a, double b, double step, IF1<Double, A> f) { ret countIteratorToList_inclusive(a, b, step, f); } static <A> L<Double> countIteratorToList_incl(double a, double b, double step) { ret countIteratorToList_inclusive(a, b, step); } static <A> L<A> lambdaMapLike countIteratorToList_incl(IF1<Double, A> f, double a, double b, double step) { ret countIteratorToList_inclusive(f, a, b, step); } static <A> L<A> lambdaMapLike countIteratorToList_incl(IF1<Int, A> f, int a, int b, int step default 1) { ret countIteratorToList_inclusive(f, a, b, step); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035188 |
Snippet name: | countIteratorToList_incl - synonym of countIteratorToList_inclusive |
Eternal ID of this version: | #1035188/1 |
Text MD5: | 7e44af85040c77ee0886e57c446a9fb2 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-04-06 01:15:41 |
Source code size: | 1015 bytes / 53 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 155 / 166 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |