RCXString.opOpAssign

Appends s to this.

  1. void opOpAssign(const(ME)[] s)
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow
    void
    opOpAssign
    (
    string s : "~"
    )
    (
    const(ME)[] s
    )
  2. void opOpAssign(RCXString s)

Meta