Table.this

Constructor with the Allocator.

  1. this()
  2. this(Allocator allocator)
    mixintemplate Table(Container, KeyType, SlotType, Allocator, alias CallGCRange)
    @trusted nothrow
    static if(stateSize!Allocator > 0)
    this
    (
    Allocator allocator
    )
  3. this(Allocator allocator, size_t capacity)
  4. this(size_t capacity)

Meta