VectorImpl.this

Copy-constructor

  1. this(T[] rhs)
  2. this(inout(SelfType) rhs)
    struct VectorImpl(T, bool ownsMemory = true)
    @nogc @trusted
    this
    (
    ref return scope inout(SelfType) rhs
    )
  3. this(size_t reserved)

Parameters

rhs inout(SelfType)

slice to copy or move data from.

Meta