builder-of-strings
v1.2.0
Published
Dependencyless string builder implementation.
Downloads
4
Readme
Description
Dependencyless string builder implementation.
It accepts the following methods on a StringBuildable type formed by string, number and boolean:
- append
- appendWhen
- appendLine
- appendLineWhen
- appendSequence
- appendSequenceLines
- appendSequenceWhen
- appendSequenceLinesWhen