pub(crate) type Vec<A> = Vec<A>;
An allocation-backend agnostic vector type
struct Vec<A> { /* private fields */ }