Ref.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Ref opAssign(T other)
  2. Ref opAssign(R other)
  3. Ref opAssign(R other)
    struct Ref(T)
    ref
    opAssign
    (
    R
    )
    ()
    if (
    is(R : Ref!U,
    U
    ) &&
    extends!(T, U)
    )

Meta