StringImpl.this

Creates a string from a string from any other UTF encoding.

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

Meta