Bytes is shorthand for declaring a new default truncate-writer instance,
used to immediately truncate a byte slice. A tail is then added to the
end of the byte slice.
StringWithTail is shorthand for declaring a new default truncate-writer instance,
used to immediately truncate a string. A tail is then added to the end of the
string.