MulticastImpl.this

Constructs this multicast delegate without any value, same as init.

  1. this(typeof(null) )
    struct MulticastImpl(Del, bool assertIfNull)
    nothrow pure @nogc immutable
    this
    (
    typeof(null)
    )
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )
  2. this(Del one)
  3. this(immutable(Del)[] all)
  4. this(Del[] all)

Meta