wishfoundry / elm-array-exploration

New array implementation for Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm array exploration

This library explores an alternate Array implementation for Elm, using as little native code as possible.

Use

This package is a drop-in replacement to the array implementation in Elm core. To use, simply import Array.Hamt as Array instead of import Array.

License

This library uses the BSD3 License. See LICENSE for more information.

About

New array implementation for Elm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 93.7%Language:JavaScript 6.2%Language:Shell 0.1%