Daily bit(e) of C++ | Aggregate initialization: designated initializers
Daily bit(e) of C++ #369, Using C++20 designated initializers to specify which members of an aggregate should be explicitly initialized.
C++20 introduced designated initializers for aggregate initialization.
This allows for better control over which elements of the aggregate will be explicitly initialized.