MulticastImpl.removeAssumeUnique

Removes a delegate from this multicast delegate, assumes this instance holds a unique reference to the delegates array. If this is called on copies of this multicast instance, change in behavior may occur.

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

Meta