RootCauseunvalidated
`std::views::enumerate` decomposes each element into exactly two components (the index and the element itself, i.e., `const std::pair<const Key, T>&` for a `std::map`). Structured binding expecting three names cannot match this 2-element result.
9e69ccfb-dc98-4e4a-affc-69859346c8c0
std::views::enumerate decomposes each element into exactly two components (the index and the element itself, i.e., const std::pair<const Key, T>& for a std::map). Structured binding expecting three names cannot match this 2-element result.