Module ExtArray

module ExtArray: sig .. end

Additional and modified functions for arrays.

The OCaml standard library provides a module of array functions. This ExtArray module can be used to override the Array module or as a standalone module. It provides some additional functions.


module Array: sig .. end