Array destructuring and assignment
Abierto
destructuring
enhancement
incompleteness
- Lenguaje dominante
- Rust
- Estrellas
- 22.3k
- Forks
- 1.9k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Hello,
I found an issue with the array destructuring assigment (I checked and I didn't find it in the list):
`[res[i], res[j]] = [res[j], res[i]];`
returns
> unsupported expression pattern in destructuring: /home/...
Thanks for your amazing work by the way :)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.