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)
  2. void exportDelegate(string name, void function(Handle) fun)
    nothrow @trusted
    void
    exportDelegate
    ()
    (
    string name
    ,
    auto ref void function fun
    )

Meta