An abstract object that provides an unique integer key
Can be inserted into a HashSet or used as a key in a HashTable object.
HashSet
HashTable
read onlykey:Int
A unique, unsigned 32-bit integer key.
A hash table transforms this key into an index of an array element by using a hash function.