ocaml-nullable-array icon indicating copy to clipboard operation
ocaml-nullable-array copied to clipboard

Implement various standard functions for nullable arrays

Open craigfe opened this issue 4 years ago • 1 comments

This PR adds some functions that I found useful when porting https://github.com/backtracking/vector to use a nullable array internally.

I haven't yet added tests for these functions beyond just exercising them from within vector (and so some of them are very likely broken), but I'm happy to do so if you think these functions are a fit for the API. Just let me know :-)

craigfe avatar May 05 '21 10:05 craigfe

Gentle ping @chambart, if you have any spare cycles for a review :slightly_smiling_face:

craigfe avatar Sep 03 '21 22:09 craigfe