subscribed v2.0.0 (2019-11-03T22:16:33Z)
Dub
Repo
Event.append
subscribed
event
Event
Appends a listener to the listener collection.
struct
Event
(T)
void
append
(
T
[]
listeners
...
)
if
(
isCallable
!
T
)
Parameters
listeners
T
[]
The listeners to insert.
Meta
Source
See Implementation
subscribed
event
Event
aliases
ListenerType
ParamTypes
ReturnType
destructors
~this
functions
append
back
call
clear
empty
front
listeners
opCall
opOpAssign
opSlice
popBack
popFront
prepend
remove
save
size
Appends a listener to the listener collection.