HashSet.buckets

Return the number of buckets

Time complexity: O(1)

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

Meta