String SprintlnAll(Iterable<Object?> values) => stringForProfile('${_join(values, sep: ' ')}\n', Writer.colorProfile);