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)
    struct Ref(T)
    @nogc nothrow ref
    opAssign
    (
    R
    )
    (
    ref R other
    )
    if (
    is(R : Ref!U,
    U
    ) &&
    extends!(T, U)
    )
  3. Ref opAssign(R other)

Meta