open fun fitsInt(): Boolean
Returns true if this value fits an int.
Return Boolean: True if this value fits a java int (i.e. is less or equal to Integer.MAX_VALUE).
int
Integer.MAX_VALUE