Warning: session_start(): open(/var/lib/php/sessions/sess_msv14a6vdj2f1g9p164r2mk4nq, 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 Collection pnlStructIndent(Collection l) { int i = 0; if (l != null) for (A a : l) printIndent((++i) + ". " + struct_noStringSharing(a)); ret l; } static A[] pnlStructIndent(A[] l) { pnlStructIndent(asList(l)); ret l; } static Map pnlStructIndent(Map map) { pnlIndent(map(map, func(A a, B b) { sfu(a) + " = " + sfu(b) })); ret map; }