Use case of writing helpers

Report a typo

Match each of the data writing methods supported by the strings.Builder type with their correct use case.

Match the items from left and right columns
Write()
WriteString()
WriteByte()
WriteRune()
Append a string to the buffer of the builder
Append a byte character to the buffer of the builder
Append the UTF-8 encoding of a character to the buffer of the builder
Append a slice of bytes to the buffer of the builder
___

Create a free account to access the full topic