pub type Array<M = ()> = Vec<Meta<Value<M>, M>>;
Array.
struct Array<M = ()> { /* private fields */ }