RcArray.this

Copy-constructor

  1. this(T[] values)
  2. this(inout(typeof(this)) rhs)
    struct RcArray(T)
    @nogc pure nothrow @trusted
    this
    ()
    (
    auto ref return scope inout(typeof(this)) rhs
    )

Meta