tango ~master (2021-12-14T19:14:08.8989381)
Dub
Repo
HashSet.buckets
tango
util
container
HashSet
HashSet
Set the number of buckets and resize as required
Time complexity: O(n)
size_t
buckets
()
HashSet
buckets
(size_t cap)
class
HashSet
(V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
final
HashSet
buckets
(
size_t
cap
)
Meta
Source
See Implementation
tango
util
container
HashSet
HashSet
aliases
Type
constructors
this
destructors
~this
functions
add
buckets
cache
check
clear
contains
isEmpty
iterator
opApply
remove
replace
reset
take
threshold
toArray
properties
dup
size
Set the number of buckets and resize as required
Time complexity: O(n)