/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.codeproject.com
| | www.cplusplus.com
5.4 parsecs away

Travel
| | [AI summary] This page details the syntax, parameters, flags, and usage examples of the std::regex_replace function template in C++11.
| | cplusplus.github.io
5.8 parsecs away

Travel
| |
| | thasso.xyz
3.4 parsecs away

Travel
| | My personal blog about things I find interesting. Hit me up!
| | blog.m-ou.se
36.7 parsecs away

Travel
| The fmt::Arguments type is one of my favorite types in the Rust standard library. It's not particularly amazing, but it is a great building block that is indirectly used in nearly every Rust program. This type, together with the format_args!() macro, is the power behind print!(), format!(), log::info!() and many more text formatting macros, both from the standard library and community crates. In this blog post, we learn how it works, how it is implemented today, and how that might change in the future.