- Possible string inputs & outputs: - Option 1: Take a `&mut String`, return nothing - Option 2: Take a `&'a str` and return `Cow<'a, str>` - Possible newline parameters: - Option 1: A single `Newline`, to append if the string doesn't already end with it - Option 2: A `Newline` and a `NewlineSet`; the `Newline` is appended to the string if it doesn't already end with a newline in the `NewlineSet` Cf. #7
Possible string inputs & outputs:
&mut String, return nothing&'a strand returnCow<'a, str>Possible newline parameters:
Newline, to append if the string doesn't already end with itNewlineand aNewlineSet; theNewlineis appended to the string if it doesn't already end with a newline in theNewlineSetCf. #7