combine2

fun combine2(i1: Int, i2: Int): Int

Combine two hash values into one. If two values are truly being combined, to avoid systematic collisions it might be best to use combine3() instead, with a usage-specific constant salt.