StringImpl.this

Copy-constructor

  1. this(U rhs)
  2. this(Args args)
  3. this(inout(SelfType) rhs)
    struct StringImpl(T)
    @nogc inout @trusted
    this
    (
    ref return scope inout(SelfType) rhs
    )
  4. this(uint size)

Meta