Introduce String::append_float
This method will write out a float to a String object, keeping the charset of the original string. Also have Float::to_string make use of String::append_float
Showing
Please register or sign in to comment
This method will write out a float to a String object, keeping the charset of the original string. Also have Float::to_string make use of String::append_float