Returns true if this bounds-checked value is less than or equal to other.
other
bool operator <=(Int32 other) => value <= other.value;