MulticastImpl.delegates

Returns the delegates member with the magic access mask storage stripped away for normal usage.

  1. inout(Del[]) delegates()
    struct MulticastImpl(Del, bool assertIfNull)
    inout nothrow pure @nogc @trusted
    inout(Del[])
    delegates
    ()
    if (
    isDelegate!Del ||
    isFunctionPointer!Del
    )
  2. auto ref delegates(Del[] all)

Meta