### Describe the problem It would be nice if we could forego the `as` part of an `#each` statement, if we don't need it. Currently we have to write it [like this](https://svelte.dev/repl/608ec2f7b06247e29004dd3a97615fdf?version=3.55.1). This is probably a `good first issue` ### Describe the proposed solution Instead we could just write `{#each param}{/each}` ### Alternatives considered Just assign to `_`, as I have done above. ### Importance nice to have