Skip to main content

ReScript Collection

Fast immutable collection for ReScript and JavaScript

Immutable Collection

There is no mutation at all. Any function returns a new instance of it not modifying the original instance

Fast and Efficient

Based on the most recent efficient algorithms carefully choosen, it provides production-grade performance.

100% Type-safe

Thanks to ReScript type system, to make library is 100% sound. That means that if the input has correct type it will always work without bugs.