[][src]Type Definition heaparray::ArcArray

type ArcArray<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.