Overloads for String({number}) and String << {number}

The contructor is overloaded for int, int64, float and double. I would like to see it additionlly overloaded for short, usigned short, usigned int and uint64 or maybe all integer typedef’s JUCE has: form int8/uint8 till int64/uint64. Same for the << operator.

yes, fair point. I can do that…