each
block a specific x
number of times in Svelte? I know of Svelte's {#each}
block which allows you to iterate over arrays or array-likes. However, there are some cases where I'm not interested in the data of an array, but rather in repeating a block a specific x
number of time...