isIntT<T> function

bool isIntT<T>()

Implementation

bool isIntT<T>() {
  return (1).toInt() is T;
}