MulticastOpt

MulticastDelegate API which simply does nothing if you attempt to call it with an empty list. Returns the init value and performs no out/ref modifications.

@safe
alias MulticastOpt(Del) = MulticastImpl!(Del, false)

Meta