Checks if this number is lower than the given b.
b
bool isLowerThan(num b) => GetUtils.isLowerThan(this, b);