Own.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(T o)
    struct Own(T)
    void
    opAssign
    (
    T
    )
    (
    T o
    )
    if (
    is(T == struct)
    )
  2. void opAssign(Own!T o)

Meta