Functor Datatype.Array

module Array: 
functor (T : S) -> S with type t = T.t array
Since Neon-20140301
Parameters:
T : S

include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t
Deep copy: no possible sharing between x and copy x.