computeHashOfCharacterWithCodePoint

fun computeHashOfCharacterWithCodePoint(codePoint: Int): Int

Answer the hash of the Avail A_Character with the specified Unicode code point.

Return

THe character's hashed Int.

Parameters

codePoint

A Unicode code point.