computeHashOfLong

fun computeHashOfLong(aLong: Long): Int

Hash the passed Long. Note that it must have the same value as what computeHashOfIntegerObject would return, given an encoding of the Long as an Avail integer. Even if that integer is within the 32-bit Int range.

Return

The hash of the given Long, consistent with Avail integer hashing.

Parameters

aLong

The Long to hash.