MulticastImpl._invokeImpl

Implementation: actually calls the delegates for this multicast delegate. This has no function attributes set on it, so it's not recommended to be called manually.

struct MulticastImpl(Del, bool assertIfNull)
const @trusted
ReturnType!Del
_invokeImpl
(
Parameters!Del params
)
if (
isDelegate!Del ||
isFunctionPointer!Del
)

Meta