HashSet.this

Undocumented in source.

  1. this()
    struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
    @disable
    this
    ()
  2. this(Allocator allocator)
  3. this(size_t bucketCount, Allocator allocator)
  4. this(size_t bucketCount)

Meta