Generates a hash code for two objects.
int hash2(Object a, Object b) => _finish(_combine(_combine(0, a.hashCode), b.hashCode));