Module lines

Source
Expand description

Lines is a module that contains various traits to easily work with lines in a String.

Traits§

Lines
The Lines trait contains all functions to be implemented.
MergeLines
The MergeLines trait contains all functions to be implemented that will join separate lines into a single object (String).
SplitLines
The SplitLines trait contains all functions to be implemented that splits an object (String) into separate lines.

Type Aliases§

StringLines
A simple vector of strings.