Print vector with {fmt} using different styles for different elements
Can I print the elements of a vector with fmt
using different styles for different elements? Something like:
Is there an fmt view for nested calls?
Sometimes, I need to effectively call fmt::format in a nested manner. e.g.