OpenHashSet.this

Use the given allocator for allocations.

  1. this()
  2. this(Allocator allocator)
    struct OpenHashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
    this
    (
    Allocator allocator
    )
  3. this(size_t initialCapacity, Allocator allocator)
  4. this(size_t initialCapacity)

Meta