pub type LinspacedInclusive<T> = Linspaced<T, true>;
pub struct LinspacedInclusive<T> { /* private fields */ }