isDoubleT<T> function

bool isDoubleT<T>()

Implementation

bool isDoubleT<T>() {
  return (1.5).toDouble() is T;
}