Details
Description
Data types with a range min/max should prefer the shortest output when dealing with a value that is default. For String, Array and Tuple the default for min is 0 and this should be displayed instead of default. For Integer and Float, the default value is a large value (that users will not recognize as "min-int" and "max-int" for example - and for those default should be used instead of numeric output.
Note that Tuple already uses 0, while Array and String does not.