Printer<T>.standard constructor

const Printer<T>.standard()

Constructs a printer that simply calls toString().

Implementation

const factory Printer.standard() = StandardPrinter<T>;