[][src]Type Definition finalfusion::chunks::storage::CowArray1

type CowArray1<'a, A> = CowArray<'a, A, Ix1>;

1D copy-on-write array.