HashSet.buckets

Set the number of buckets and resize as required

Time complexity: O(n)

  1. size_t buckets()
  2. HashSet buckets(size_t cap)
    class HashSet(V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    final
    buckets
    (
    size_t cap
    )

Meta