Type Alias Vec

Source
pub(crate) type Vec<A> = Vec<A>;
Expand description

An allocation-backend agnostic vector type

Aliased Typeยง

pub(crate) struct Vec<A> { /* private fields */ }