MulticastImpl.delegates

Sets the delegates member and resets the magic copy bit.

  1. inout(Del[]) delegates()
  2. auto ref delegates(Del[] all)
    struct MulticastImpl(Del, bool assertIfNull)
    ref nothrow pure @nogc @trusted
    delegates
    (
    Del[] all
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )

Meta