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

Latest commit

 

History

History
12 lines (7 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 373 Bytes

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.