HashSet.threshold

Return the resize threshold

Time complexity: O(1)

  1. float threshold()
    class HashSet(V, alias Hash = Container.hash, alias Reap = Container.reap, alias Heap = Container.DefaultCollect)
    final
    float
    threshold
    ()
  2. void threshold(float desired)

Meta