alwaysFalse<T> function

bool alwaysFalse<T>(
  1. T input
)

Implementation

bool alwaysFalse<T>(T input) => false;