|
|
|
|
|
by bingo3131
908 days ago
|
|
Yes. The main feature this is built upon is C++20's new string formatting features (very heavily inspired by the third party libfmt). C++23 just adds convinience functions to format and print at the same time. Type detection, formatting options, positional-arguments, custom formatters for custom types and probably more are all supported. |
|