https://github.com/mulias/roc-array2d
Fixed size 2D arrays for Roc
https://github.com/mulias/roc-array2d
roc-lang
Last synced: 12 days ago
JSON representation
Fixed size 2D arrays for Roc
- Host: GitHub
- URL: https://github.com/mulias/roc-array2d
- Owner: mulias
- License: isc
- Created: 2023-11-16T03:10:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:45:31.000Z (6 months ago)
- Last Synced: 2024-12-04T23:19:04.718Z (6 months ago)
- Topics: roc-lang
- Language: Roc
- Homepage:
- Size: 47.9 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- roc-awesome - mulias/roc-array2d
README
# roc-array2d
Fixed size 2D arrays for [Roc](https://www.roc-lang.org/).
## Documentation
See [mulias.github.io/roc-array2d/](https://mulias.github.io/roc-array2d/)
Locally generate docs using `roc docs package/main.roc`
## Examples
- [Advent of Code 2022 day 5](examples/aoc_2022/day_05)
- [Advent of Code 2022 day 8](examples/aoc_2022/day_08)
- [Advent of Code 2022 day 14](examples/aoc_2022/day_14)