[][src]Type Definition ndsparse::coo::CooArrayVec

type CooArrayVec<DA, DTA> = Coo<DA, ArrayVecArrayWrapper<DTA>>;

COO backed by the ArrayVec dependency.