Event.append

Appends a listener to the listener collection.

struct Event(T)
void
append
if (
isCallable!T
)

Parameters

listeners T[]

The listeners to insert.

Meta