Own.opAssign

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

Meta