StringImpl.this

Constructs a string with the given size. The contents of the string will be zero-initialized.

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

Meta