Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

robinheghan/elm-array-exploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.