multicast-delegate v1.0.0 (2020-05-20T12:18:03Z)
Dub
Repo
MulticastImpl.delegates
multicast_delegate
MulticastImpl
Sets the delegates member and resets the magic copy bit.
inout
(
Del
[])
delegates
()
auto ref
delegates
(Del[] all)
struct
MulticastImpl
(Del, bool assertIfNull)
ref nothrow pure @
nogc
@
trusted
auto ref
delegates
(
Del
[]
all
)
if
(
isDelegate
!
Del
||
isFunctionPointer
!
Del
)
Meta
Source
See Implementation
multicast_delegate
MulticastImpl
aliases
opOpAssign
toDelegate
constructors
this
functions
GetInvocationList
_invokeImpl
_invokePtr
add
delegates
opAssign
opBinary
opCast
remove
removeAssumeUnique
postblits
this(this)
unions
__anonymous
Sets the delegates member and resets the magic copy bit.