Type Definition erg_common::ArcArray

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