[][src]Type Definition heaparray::naive_rc::TpArcArray

type TpArcArray<E, L> = RcArray<ThinPtrArray<E, ArcStruct<L>>, ArcStruct<L>, E, L>;

Atomically reference counted array, referenced using a raw pointer.

See the documentation for heaparray::naive_rc::generic::RcArray for more information on API.