isLt method

bool isLt(
  1. int b
)

Short form for isLessThan

Implementation

bool isLt(int b) => isLessThan(b);