https://github.com/lunagl/glearray
Immutable arrays for Gleam
https://github.com/lunagl/glearray
Last synced: 5 months ago
JSON representation
Immutable arrays for Gleam
- Host: GitHub
- URL: https://github.com/lunagl/glearray
- Owner: lunagl
- License: apache-2.0
- Created: 2023-12-11T14:32:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T18:37:36.000Z (6 months ago)
- Last Synced: 2025-05-06T10:11:01.389Z (5 months ago)
- Language: Gleam
- Homepage:
- Size: 42 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gleam - glearray - [📚](https://hexdocs.pm/glearray/) - Immutable arrays for Gleam (Packages / Data Structures)
README
# glearray
[](https://hex.pm/packages/glearray)
[](https://hexdocs.pm/glearray/)A simple library that provides immutable arrays for Gleam.
Check out [the docs](https://hexdocs.pm/glearray/glearray.html) for more information.## Installation
Add `glearray` to your Gleam project:
```sh
gleam add glearray
```## Targets
This library supports both the Erlang and JavaScript targets.