GitHub / purescript / purescript-arrays
Array utility functions
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purescript%2Fpurescript-arrays
PURL: pkg:github/purescript/purescript-arrays
Stars: 57
Forks: 69
Open issues: 19
License: bsd-3-clause
Language: PureScript
Size: 440 KB
Dependencies parsed at: Pending
Created at: over 11 years ago
Updated at: about 1 year ago
Pushed at: almost 2 years ago
Last synced at: 21 days ago
Commit Stats
Commits: 271
Authors: 47
Mean commits per author: 5.77
Development Distribution Score: 0.661
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/purescript/purescript-arrays
v5.1.0
v5.1.0
- Make
groupBystable https://github.com/purescript/purescript-arrays/pull/148 (@LiamGoodacre)
Download
v5.0.0
v5.0.0
- Updated for PureScript 0.12
- Added
sortfunctions forSTArray(@matthewleon) groupfunctions now returnNonEmptyArrayrather thanNonEmpty Arrays- The
STArrayname prefixes have been dropped to reduce repetition when importing qualified - Function argument order has been changed so that
STArrayis always the last argument nub(and related functions) now useOrdby default for a faster implementation,Eq-based variants are still available under new names
Download