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