never<T> function

bool never<T>(
  1. T a,
  2. T b
)

Implementation

bool never<T>(T a, T b) => false;