Closure.set

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

Meta