Skip to main content

Vec

Type Alias Vec 

Source
pub type Vec<'a, T> = Vec<'a, T>;
Expand description

A vector allocated in an arena.

Aliased Typeยง

pub struct Vec<'a, T> { /* private fields */ }