Match each of the data writing methods supported by the strings.Builder type with their correct use case.
String builder
Use case of writing helpers
Report a typo
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
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.