Table.this

Constructor taking an initial capacity. Given capacity is automatically normalized to proper value.

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

Meta