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