elm-array-exploration
elm-array-exploration copied to clipboard
New array implementation for Elm
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.