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 -> unitfunction from the stdlib but that is not exported in the std interface