|
You are here |
brevzin.github.io | ||
| | | | |
www.ralfj.de
|
|
| | | | | ||
| | | | |
ricardomartins.cc
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | In this article, I am going to discuss some of the key comparisons when evaluating Rust and Go. | ||