Type Alias erg_common::ArcArray

source ·
pub type ArcArray<T> = Arc<[T]>;

Aliased Type§

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