Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lunagl/glearray

Immutable arrays for Gleam
https://github.com/lunagl/glearray

Last synced: about 2 months ago
JSON representation

Immutable arrays for Gleam

Awesome Lists containing this project

README

        

# glearray

[![Package Version](https://img.shields.io/hexpm/v/glearray)](https://hex.pm/packages/glearray)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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.