Type Alias taffy::util::sys::std::Vec

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

An allocation-backend agnostic vector type

Aliased Type§

struct Vec<A> { /* private fields */ }