RCXString.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(immutable(ME)[] s)
  2. void opAssign(const(ME)[] s)
    struct RCXString(E = immutable char, size_t maxSmallSize = 23, alias realloc = GC.realloc)
    pure nothrow
    void
    opAssign
    (
    const(ME)[] s
    )

Meta