Type Alias ArcArray

Source
pub type ArcArray<T> = Arc<[T]>;

Aliased Typeยง

pub struct ArcArray<T> { /* private fields */ }