Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purescript/purescript-arrays
- Owner: purescript
- License: bsd-3-clause
- Created: 2014-03-18T20:07:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T01:28:31.000Z (9 months ago)
- Last Synced: 2024-10-29T21:05:40.843Z (15 days ago)
- Language: PureScript
- Homepage:
- Size: 440 KB
- Stars: 58
- Watchers: 13
- Forks: 71
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-purescript - arrays - JavaScript arrays. (Essential libraries)
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).