/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

brevzin.github.io
| | www.ralfj.de
5.9 parsecs away

Travel
| |
| | ricardomartins.cc
4.7 parsecs away

Travel
| | [AI summary] This technical blog post explains the concept of interior mutability in Rust, providing a deep dive into how std::cell::Cell and std::cell::RefCell allow mutable state within immutable structures and discusses their use cases and safety guarantees.
| | quuxplusone.github.io
4.5 parsecs away

Travel
| | Via StackOverflow: Newcomers to C++20 Ranges are often surprised that some ranges cannot be "const-iterated." But it's true! template<std::ranges::range R> void foreach(const R& rg) { // Wrong! for (auto&& elt : rg) { } }
| | initialcommit.com
17.3 parsecs away

Travel
| In this article, I am going to discuss some of the key comparisons when evaluating Rust and Go.