Functor Packed_array.Of_packed_array

module Of_packed_array: 
functor (P : S) -> sig .. end
Of_packed_array(P) creates a packed array of packed arrays. The representation is a P.t and packed array of indices into it which point to the beginning of each inner array.
Parameters:
P : S

include Packed_array.S
val concat : t -> P.t