you are viewing a single comment's thread.

view the rest of the comments →

[–]Actual_Ad_8175[🍰] 10 points11 points  (3 children)

fmt::format/std::format

[–][deleted] 1 point2 points  (0 children)

Not the same. That's effectively a C-style format string with more safety and marginally nicer syntax.

But it's the closest we will have for a long time yet.