fe55ad73bd
`constants` is iterated twice here: once with a filter, the other time without, and the results are zipped together. Besides being able to simplify the entire execution to just one `iter()` without intermediary iterators, removing `.zip()` makes it impossible for the results in both iterators to get mismatched when the `filter` inevitably skips elements. Fortunately no such cases seem to exist, or at least not that effect the resulting generated code. |
||
---|---|---|
.. | ||
src | ||
Vulkan-Headers@e005e1f817 | ||
Cargo.toml |