exportDelegate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void exportDelegate(string name, void delegate(Handle) del)
    nothrow @trusted
    void
    exportDelegate
    ()
    (
    string name
    ,
    auto ref void delegate del
    )
  2. void exportDelegate(string name, void function(Handle) fun)

Meta