trimLeft method

Printer<T> trimLeft()

Removes any leading whitespace.

Implementation

Printer<T> trimLeft() => TrimLeftPrinter<T>(this);