Warning: session_start(): open(/var/lib/php/sessions/sess_58dn4accgm95cjgj0ph5u9kqad, 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
sS firstMatchesX_rest(S pat, Iterable l) {
new Matches m;
for (S s : unnull(l))
if (matchX(pat, s, m))
ret m.rest();
null;
}