StringImpl.this

Undocumented in source.
  1. this(U rhs)
  2. this(Args args)
    struct StringImpl(T)
    @nogc @system
    this
    (
    Args...
    )
    (
    auto ref Args args
    )
    if (
    allSatisfy!(.isSomeString, Args)
    )
  3. this(inout(SelfType) rhs)
  4. this(uint size)

Meta