Type Definition lnkit::prelude::base::storage::RStride[][src]

type RStride<T, R, C = Const<1_usize>> = <<DefaultAllocator as Allocator<T, R, C>>::Buffer as Storage<T, R, C>>::RStride;

The row-stride of the owned data storage for a buffer of dimension (R, C).