rescript-collection
rescript-collection copied to clipboard
Fast and efficient, persistent immutable collection for JS written in 100% ReScript!
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....
#14 #### Test You need to build the ppx_vector with dune first. And add `packages/vector/ppx_vector/ppx` in bsconfig.json as ppx_flag. The `ppx` is referring to the built executable binary. #### CI...
It will be very nice if we support some syntax sugar using PPX ```res // let binding style let%vec v = [1, 2, 3] // extension let v = %vec([1,...
I've installed the latest version of rescript-vector to my rescript project for the test. Actually, I've made up the ppx extension of `%vec`. But, I faced the build error as...