Luna::HashSet::capacity
usize capacity() const
Gets the capacity of the set, that is, the number of elements the hash table can hold before expanding the hash table.
Return value
Returns the capacity of the set.
usize capacity() const
Gets the capacity of the set, that is, the number of elements the hash table can hold before expanding the hash table.
Returns the capacity of the set.