Slot.this

  1. this(SlotController ctrl, Func func)
    class Slot(Args...)
    this
    in { assert (ctrl !is null, "slot controller must be not null"); assert (func !is null, "delegate must be not null"); }
  2. this(SlotHandler handler, Func func)

Meta