Instance Method
separated(_:)
Appends the given separator text to the output before
self’s output, as long as a separator is needed.func separated(_ text: ConsoleText) -> SeparatorFragment<Self>
Discussion
If the wrapped fragment reports that it has no content, no separator will be inserted.