Type Definition erg_common::RcArray

source · []
pub type RcArray<T> = Rc<[T]>;