Warning: session_start(): open(/var/lib/php/sessions/sess_reetauuh654jsvj0k3gaijg6or, 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 short[] repF_shortArray(int n, O f, O... args) {
short[] a = new short[n];
for i to n:
a[i] = toShort(callF(f, args));
ret a;
}
static short[] mapLike repF_shortArray(O f, int n) {
ret repF_shortArray(n, f);
}
static short[] repF_shortArray(int n, IF0 f) {
ret repF_shortArray(f, n);
}