isEvent

Returns true if the type or variable is an Event!(...)

  1. enum bool isEvent(T);
    enum bool isEvent(T);
  2. enum bool isEvent(alias v);

Meta