Mutable.this

Undocumented in source.
  1. this(T theMutable)
  2. this(A alloc, T theMutable)
    struct Mutable(T)
    this
    (
    A
    this Q
    )
    if (
    (
    (
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCISharedAllocator)
    )
    ||
    (
    !(
    is(Q == immutable) ||
    is(Q == const)
    )
    &&
    is(A == RCIAllocator)
    )
    )

Meta