Oh wow, I had totally missed the “designated initializers” of C++20… Imagine that, a good new C++ language feature! 😅 I may start using this pretty often! https://mropert.github.io/2026/01/15/designed_initializers/
@ludovic not as good as in C99, though... In C++, initialization has to follow the order of member declaration 🤦
Still definitely a big readability improvement