Luna::HashMap::load_factor
f32 load_factor() const
Gets the load factor of the map, which can be computed by (f32)size() / (f32)hash_table_size()
.
Return value
Returns the load factor of the map.
f32 load_factor() const
Gets the load factor of the map, which can be computed by (f32)size() / (f32)hash_table_size()
.
Returns the load factor of the map.