An array used as a temporary Hashtable for

checking there is no collision between identifiers

Property definitions

perfect_hashing $ Perfecthashing :: tempht
	# An array used as a temporary Hashtable for
	# checking there is no collision between identifiers
	private var tempht = new Array[nullable Int]
lib/perfect_hashing/perfect_hashing.nit:29,2--31,45