alwaysTrue<T> function

bool alwaysTrue<T>(
  1. T input
)

Implementation

bool alwaysTrue<T>(T input) => true;