StringImpl.opOpAssign

Appends a string to this string.

  1. void opOpAssign(inout(U) value)
  2. void opOpAssign(U other)
    struct StringImpl(T)
    @nogc @trusted
    void
    opOpAssign
    (
    string op
    U
    )
    (
    auto ref U other
    )
    if (
    op == "~" &&
    )

Meta