| Parameter | Description |
|---|---|
| value | A byte to append. |
Appends a byte.
A zero byte will always follow the newly appended byte.
No validation is performed: it is your responsibility for the bytes of the string to form valid UTF-8 when you're done appending bytes.