Warning: session_start(): open(/var/lib/php/sessions/sess_enshdfm98vmpetr39ut53m2jqp, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
countBackwardsTo1 - count from a down to 1 (inclusively) [1028152]

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

3
LINES

< > BotCompany Repo | #1028152 // countBackwardsTo1 - count from a down to 1 (inclusively)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (62L/1K).

static ItIt<Int> countBackwardsTo1(int a) {
  ret countDownIterator_exclusive(a, 0);
}

Author comment

Began life as a copy of #1028151

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028152
Snippet name: countBackwardsTo1 - count from a down to 1 (inclusively)
Eternal ID of this version: #1028152/1
Text MD5: ae5e95675b0751f47e066820c1ec5ceb
Transpilation MD5: 423f6ce8bc688b3b282124386f939a56
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-23 17:01:39
Source code size: 88 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 564 / 707
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)