package tree
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class Renderer extends AnyRef
- class Result extends AnyRef
The intermediate return type of the pretty-print system: provides an iterator which produces the actual string output, as well as metadata around that output that is only available after the iterator is exhausted
- sealed trait Tree extends AnyRef
- class Truncated extends Iterator[String]
Wraps an input iterator of Strings, and produces the same Strings but truncated once the wrapped-at-width text reaches beyond a certain height