SeparatePrinterExtension<T> extension

on

Methods

separateLeft(int width, int offset, String separator) Printer<T>
Separates a string from the left side with a separator every width characters.
separateRight(int width, int offset, String separator) Printer<T>
Separates a string from the right side with a separator every width characters.