Warning: session_start(): open(/var/lib/php/sessions/sess_0r4md6a5eue6jn16rkrnpvrg2n, 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
countList - synonym of virtualCountList [1035211]

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

10
LINES

< > BotCompany Repo | #1035211 // countList - synonym of virtualCountList

JavaX fragment (include)

static L<Int> countList(int n) {
  ret virtualCountList(n);
}



// to is exclusive
static L<Int> countList(int from, int to) {
  ret virtualCountList(from, to);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035211
Snippet name: countList - synonym of virtualCountList
Eternal ID of this version: #1035211/1
Text MD5: d7aa70c82d4b9bcb253ad2885d9523fa
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-04-15 16:58:56
Source code size: 166 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 520 / 498
Referenced in: [show references]