Luna::SelfIndexedHashMap::max_load_factor
f32 max_load_factor() const
Gets the maximum load factor allowed for the map.
If load_factor() > max_load_factor() is true after one element is inserted, the map will expand the hash table to bring more hash table slots.
Return value
Returns the maximum load factor allowed for the map.