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

type FpRcArray<E, L> = RcArray<FatPtrArray<E, RcStruct<L>>, RcStruct<L>, E, L>;

Reference counted array, referenced using a fat pointer.

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