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

type TpRcArray<E, L> = RcArray<ThinPtrArray<E, RcStruct<L>>, RcStruct<L>, E, L>;

Reference counted array, referenced using a raw pointer.

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