Ref.opAssign

assign from another refcount by reference

  1. Ref opAssign(Ref data)
    struct Ref(T)
    ref
    opAssign
    (
    ref Ref data
    )
  2. Ref opAssign(Ref data)
  3. Ref opAssign(T data)

Meta