Show how to use format xtd::format class with order.
#include <xtd/console>
#include <xtd/environment>
#include <xtd/string>
auto main() -> int {
console::out << string::format("{0} {1} {2:D} {3} {0}", "string", "literal"_s, 42, 'a') << environment::new_line;
}
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10