RcArray.this

Creates a new RC array with values copied from the given slice.

  1. this(T[] values)
    struct RcArray(T)
    @nogc
    this
    (
    T[] values
    )
  2. this(inout(typeof(this)) rhs)

Parameters

values T[]

Slice of values to put into the array

Meta