Avoids the usage of array destructuring, as it introduces calls to a `__values` helper function in ES5 that has a relatively high performance impact. This shaves off roughly 130ms of CPU time for a large compilation with big templates that uses i18n. PR Close #34332