Appends at most n bytes of a string to the end of the data of the string builder.
Appends at most n bytes of a string to the end of the data of the string builder.This function has a time complexity of O(N), with N being the number of characters to append.