EventEmitter.add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void add(void delegate() nothrow @(safe) del)
  2. void add(void delegate(size_t) nothrow @(safe) del)
    struct EventEmitter
    nothrow
    void
    add
    (
    void delegate nothrow @safe del
    )

Meta