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

type FpArcArray<E, L> = RcArray<FatPtrArray<E, ArcStruct<L>>, ArcStruct<L>, E, L>;

Atomically reference counted array, referenced using a fat pointer.

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