Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

15
LINES

< > BotCompany Repo | #1035575 // countIterator_incl - synonym of countIterator_inclusive

JavaX fragment (include)

static ItIt<Int> countIterator_incl(int a, int b) {
  ret countIterator_inclusive(a, b);
}



static <A> ItIt<A> countIterator_incl(int a, int b, int step default 1, IF1<Int, A> f) {
  ret countIterator_inclusive(a, b, step, f);
}



static <A> ItIt<A> countIterator_incl(double a, double b, double step, IF1<Double, A> f) {
  ret countIterator_inclusive(a, b, step, f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035575
Snippet name: countIterator_incl - synonym of countIterator_inclusive
Eternal ID of this version: #1035575/1
Text MD5: 5fb8fc15b331bd8c64b982f33166dd7a
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-06-18 22:34:08
Source code size: 376 bytes / 15 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 84
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)