RCClass.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. typeof(this) opAssign(T value)
  2. typeof(this) opAssign(T value)
    struct RCClass(C)
    ref
    typeof(this)
    opAssign
    (
    T
    )
    (
    auto ref T value
    )
    if (
    is(T == RCClass!U,
    U
    ) &&
    )
    if (
    is(C == class)
    )

Meta