1 | static L<Int> countList(int n) { |
2 | ret virtualCountList(n); |
3 | } |
4 | |
5 | |
6 | |
7 | // to is exclusive |
8 | static L<Int> countList(int from, int to) { |
9 | ret virtualCountList(from, to); |
10 | } |
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: | 128 / 145 |
Referenced in: | [show references] |