Trait nalgebra::base::SliceRange
source · pub trait SliceRange<D: Dim>: DimRange<D> { }
👎Deprecated: Use DimRange instead. See issue #1076 for more information.
Expand description
A range with a size that may be known at compile-time.
This is merely a legacy trait alias to minimize breakage. Use the DimRange
trait instead.