Closure.set

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void set(F f, T args)
  2. void set(D dg, T args)
    struct Closure
    pure nothrow @nogc @trusted
    void
    set
    (
    D
    T...
    )
    (
    D dg
    ,)
    if (
    isDelegate!D
    )
  3. void set(Parameters!F args)

Meta