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

15
LINES

< > BotCompany Repo | #1032861 // inclusiveCountIterator - synonym of countIterator_inclusive

JavaX fragment (include)

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



static <A> ItIt<A> inclusiveCountIterator(int a, int b, IF1<Int, A> f) {
  ret countIterator_inclusive(a, b, f);
}



static <A> ItIt<A> inclusiveCountIterator(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 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: 87 / 113
Referenced in: [show references]