StructImplementation.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opAssign(typeof(null) _)
    struct StructImplementation(I)
    ref
    opAssign
    (
    typeof(null) _
    )
  2. auto ref opAssign(StructImplementation impl)
  3. auto ref opAssign(T* obj)
  4. auto ref opAssign(T obj)

Meta