Is there such a thing as a string with negative length?
If we want to compare a string cursor or byte counter guaranteed to be >= 0 (unsigned) with the length of string why is it necessary to convert it to a signed integer?
Is there such a thing as a string with negative length?
If we want to compare a string cursor or byte counter guaranteed to be >= 0 (unsigned) with the length of string why is it necessary to convert it to a signed integer?