Short form for isLengthGreaterThanOrEqualTo
isLengthGreaterThanOrEqualTo
bool isLengthGtEt(int max) => isLengthGreaterThanOrEqualTo(max);