TakeSkipPrinterExtension<T> extension

on

Methods

skip(int count) Printer<T>
Skips all but the first count characters.
skipLast(int count) Printer<T>
Skips all but the last count characters.
take(int count) Printer<T>
Takes the first count characters.
takeLast(int count) Printer<T>
Takes the last count characters.