Event.popBack

Remove the last listener or throw an error if there are no listeners. Part of the bidirectional range interface.

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

Meta