Warning: session_start(): open(/var/lib/php/sessions/sess_d3nnpp5uf456vcf13oslofc6kd, 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
static L countIteratorToList(int a default 0, int b) {
ret asList(countIterator(a, b);
}
static L countIteratorToList(int a default 0, int b, IF1 f) {
ret asList(countIterator(a, b, f);
}
static L countIteratorToList(int a, int b, int step) {
ret asList(countIterator(a, b, step);
}
static L countIteratorToList(double a, double b, double step, IF1 f) {
ret asList(countIterator(a, b, step, f);
}
static L countIteratorToList(double a, double b, double step) {
ret asList(countIterator(a, b, step);
}
static L lambdaMapLike countIteratorToList(IF1 f, double a, double b, double step) {
ret asList(countIterator(f, a, b, step);
}