Module UtilsLib.Array

module Array: sig .. end


Additional functions to the Array module
val map2 : ('a -> 'b -> 'c) -> 'a array -> 'b array -> 'c array
val unsafe_blit : 'a array -> int -> 'a array -> int -> int -> unit
function from the stdlib but that is not exported in the std interface