Variable ListenerDef.func

Declaration

struct ListenerDef
{
  // ...
  void delegate(Variant, void delegate(T)) func;
  // ...
}