module ExtArray:Additional and modified functions for arrays.sig
..end
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