RCClass.opAssign

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

Meta