isLtOrEt method

bool isLtOrEt(
  1. int b
)

Short form for isLessThanOrEqualTo

Implementation

bool isLtOrEt(int b) => isLessThanOrEqualTo(b);