Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

hashMap

hashMap

hashMap -- an immutable hash map from keys HK to values V
§at(k HK)
 => 
i32
:
Any 
calculate the index of k within contents array in case of no conflict
in case of a collision at given position,
return the next alternative position to check
get the value k is mapped to

redefines:

get a list of all key/value pairs in this map

redefines:

§k
 => 
HK
:
Any 
number of entries in this map

redefines: