MulticastImpl.remove

Removes a delegate from this multicast delegate. Returns a reference to this instance. Note that this will duplicate the array in case this delegate did not create it.

struct MulticastImpl(Del, bool assertIfNull)
ref nothrow pure @trusted
remove
(
const Del del
)
if (
isDelegate!Del ||
isFunctionPointer!Del
)

Meta