MulticastImpl.opAssign

Unsets this multicast delegate to the init state.

  1. auto ref opAssign(Del one)
  2. auto ref opAssign(Del[] all)
  3. auto ref opAssign(typeof(null) )
    struct MulticastImpl(Del, bool assertIfNull)
    ref nothrow pure @nogc @trusted
    opAssign
    (
    typeof(null)
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )

Meta