Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purescript/purescript-arrays

Array utility functions
https://github.com/purescript/purescript-arrays

Last synced: about 6 hours ago
JSON representation

Array utility functions

Awesome Lists containing this project

README

        

# purescript-arrays

[![Latest release](http://img.shields.io/github/release/purescript/purescript-arrays.svg)](https://github.com/purescript/purescript-arrays/releases)
[![Build status](https://github.com/purescript/purescript-arrays/workflows/CI/badge.svg?branch=master)](https://github.com/purescript/purescript-arrays/actions?query=workflow%3ACI+branch%3Amaster)
[![Pursuit](https://pursuit.purescript.org/packages/purescript-arrays/badge)](https://pursuit.purescript.org/packages/purescript-arrays)

Utility functions for the `Array` type - JavaScript's native arrays.

## Installation

```
spago install arrays
```

## Documentation

Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-arrays).