multicast-delegate v1.0.0 (2020-05-20T12:18:03Z)
Dub
Repo
MulticastImpl.this
multicast_delegate
MulticastImpl
Constructs this multicast delegate with a singular delegate to call.
this
(typeof(null) )
this
(Del one)
struct
MulticastImpl
(Del, bool assertIfNull)
nothrow pure immutable @
trusted
this
(
Del
one
)
if
(
isDelegate
!
Del
||
isFunctionPointer
!
Del
)
this
(immutable(Del)[] all)
this
(Del[] all)
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
Constructs this multicast delegate with a singular delegate to call.