Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(grid): grids are now iterable again (e.g.:
[...grid]
or `for (c…
…onst hex of grid) {})`) Using a generator. It's not very performant, but a lot more readable than a custom iterator method...
- Loading branch information