An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)