Client.onMsg

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void onMsg(void delegate(size_t, T) dg)
    struct Client
    void
    onMsg
    (
    T
    )
    (
    void delegate
    (
    size_t
    ,
    T
    )
    dg
    )
  2. void onMsg(void function(size_t, T) dg)

Meta