[Belt] Vector
Low prio feature request: the Js namespace has a Vector module. Should it be moved to Belt?
It would be a great enhancement if Belt could expose a Vector type (either mutable or immutable).
The main concern (for mutable vector) is that vector would be hard to implement in native with similar interface -- since in ocaml native it would require some initial value to fill
We can always start with an immutable one
I’m maintaining immutable one.
https://github.com/reason-seoul/rescript-collection/tree/main/packages/vector
I can make a PR, if you are interested.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.