Description
Resizable contiguous memory structures can be used for arrays and strings in OCaml programs. This helps developers manage growing buffers without manually reallocating and copying storage each time.
It is a development library. Users usually receive it as a dependency of software that needs dynamic memory buffers.