SprintAll function

String SprintAll(
  1. Iterable<Object?> values
)

Implementation

String SprintAll(Iterable<Object?> values) =>
    stringForProfile(_join(values, sep: ''), Writer.colorProfile);