Warning: session_start(): open(/var/lib/php/sessions/sess_o14n8ph31tp1aokr7fiq9db96h, 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
// A: object type
// B: hash type (e.g. Long)
// The hasher is just for speeding up the process.
// Every object is also checked using eq() among those with the same hash.
static L lambdaMapLike uniquifyUsingHasher(IF1 hasher, Iterable l) {
ret new UniquifyUsingHasher(hasher).addall(l)!;
}