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