Hashtable.this

Undocumented in source.
  1. this(A allocator)
  2. this(U assocArr)
  3. this(A allocator, U assocArr)
    struct Hashtable(K, V)
    this
    (
    A
    U
    this Q
    )
    if (
    (
    (
    (
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCISharedAllocator)
    )
    ||
    (
    !(
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCIAllocator)
    )
    )
    &&
    is(U == Value[Key],
    Value : V
    Key : K
    )
    )

Meta