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