RCXString.opBinary

Returns the concatenation of this with s.

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

Meta