MulticastImpl.opBinary

Overloads any binary operator (+, -, ~) to operate on a copy of this multicast delegate. Performs a duplication of the delegates array using the GC.

struct MulticastImpl(Del, bool assertIfNull)
const
opBinary
(
string op
T
)
(
const T rhs
)
if (
isDelegate!Del ||
isFunctionPointer!Del
)

Meta