IterablePrinterExtension<T> extension
- on
-
- Printer<
T>
- Printer<
Methods
-
iterable(
{Printer< Iterable< ? emptyPrinter, Printer<T> >Iterable< ? beforePrinter, Printer<T> >Iterable< ? afterPrinter, String separator = ', ', String? lastSeparator, int? leadingItems, int? trailingItems, String? ellipses = '\u2026'}) → Printer<T> >Iterable< T> > -
Available on Printer<
Joins the items in an Iterable with a separator, and possibly limits the total amount of items to be printed.T> , provided by the IterablePrinterExtension extension