Callable.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opAssign(void function() fn)
  2. void opAssign(void delegate() dg)
    struct Callable
    pure nothrow @nogc @safe
    void
    opAssign
    (
    void delegate
    ()
    dg
    )

Meta