isVoid<T> function

bool isVoid<T>()

Implementation

bool isVoid<T>() => typesEqual<void, T>();