pub struct ZipCol<Tuple> { /* private fields */ }
Implementations
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>> ZipCol<(M0, M1)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>> ZipCol<(M0, M1)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M2: for<'short> CwiseCol<'short>>(
self,
last: M2
) -> ZipCol<(M0, M1, M2)>
pub fn zip<M2: for<'short> CwiseCol<'short>>(
self,
last: M2
) -> ZipCol<(M0, M1, M2)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M3: for<'short> CwiseCol<'short>>(
self,
last: M3
) -> ZipCol<(M0, M1, M2, M3)>
pub fn zip<M3: for<'short> CwiseCol<'short>>(
self,
last: M3
) -> ZipCol<(M0, M1, M2, M3)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M4: for<'short> CwiseCol<'short>>(
self,
last: M4
) -> ZipCol<(M0, M1, M2, M3, M4)>
pub fn zip<M4: for<'short> CwiseCol<'short>>(
self,
last: M4
) -> ZipCol<(M0, M1, M2, M3, M4)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M5: for<'short> CwiseCol<'short>>(
self,
last: M5
) -> ZipCol<(M0, M1, M2, M3, M4, M5)>
pub fn zip<M5: for<'short> CwiseCol<'short>>(
self,
last: M5
) -> ZipCol<(M0, M1, M2, M3, M4, M5)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M6: for<'short> CwiseCol<'short>>(
self,
last: M6
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6)>
pub fn zip<M6: for<'short> CwiseCol<'short>>(
self,
last: M6
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M7: for<'short> CwiseCol<'short>>(
self,
last: M7
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7)>
pub fn zip<M7: for<'short> CwiseCol<'short>>(
self,
last: M7
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M8: for<'short> CwiseCol<'short>>(
self,
last: M8
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
pub fn zip<M8: for<'short> CwiseCol<'short>>(
self,
last: M8
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M9: for<'short> CwiseCol<'short>>(
self,
last: M9
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
pub fn zip<M9: for<'short> CwiseCol<'short>>(
self,
last: M9
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M10: for<'short> CwiseCol<'short>>(
self,
last: M10
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
pub fn zip<M10: for<'short> CwiseCol<'short>>(
self,
last: M10
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M11: for<'short> CwiseCol<'short>>(
self,
last: M11
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
pub fn zip<M11: for<'short> CwiseCol<'short>>(
self,
last: M11
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item, <M11 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M12: for<'short> CwiseCol<'short>>(
self,
last: M12
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
pub fn zip<M12: for<'short> CwiseCol<'short>>(
self,
last: M12
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item, <M11 as CwiseCol<'_>>::Item, <M12 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M13: for<'short> CwiseCol<'short>>(
self,
last: M13
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
pub fn zip<M13: for<'short> CwiseCol<'short>>(
self,
last: M13
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item, <M11 as CwiseCol<'_>>::Item, <M12 as CwiseCol<'_>>::Item, <M13 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M14: for<'short> CwiseCol<'short>>(
self,
last: M14
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
pub fn zip<M14: for<'short> CwiseCol<'short>>(
self,
last: M14
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>, M14: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>, M14: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item, <M11 as CwiseCol<'_>>::Item, <M12 as CwiseCol<'_>>::Item, <M13 as CwiseCol<'_>>::Item, <M14 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M15: for<'short> CwiseCol<'short>>(
self,
last: M15
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
pub fn zip<M15: for<'short> CwiseCol<'short>>(
self,
last: M15
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>, M14: for<'short> CwiseCol<'short>, M15: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
impl<M0: for<'short> CwiseCol<'short>, M1: for<'short> CwiseCol<'short>, M2: for<'short> CwiseCol<'short>, M3: for<'short> CwiseCol<'short>, M4: for<'short> CwiseCol<'short>, M5: for<'short> CwiseCol<'short>, M6: for<'short> CwiseCol<'short>, M7: for<'short> CwiseCol<'short>, M8: for<'short> CwiseCol<'short>, M9: for<'short> CwiseCol<'short>, M10: for<'short> CwiseCol<'short>, M11: for<'short> CwiseCol<'short>, M12: for<'short> CwiseCol<'short>, M13: for<'short> CwiseCol<'short>, M14: for<'short> CwiseCol<'short>, M15: for<'short> CwiseCol<'short>> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15)>
pub fn for_each(
self,
op: impl FnMut(<M0 as CwiseCol<'_>>::Item, <M1 as CwiseCol<'_>>::Item, <M2 as CwiseCol<'_>>::Item, <M3 as CwiseCol<'_>>::Item, <M4 as CwiseCol<'_>>::Item, <M5 as CwiseCol<'_>>::Item, <M6 as CwiseCol<'_>>::Item, <M7 as CwiseCol<'_>>::Item, <M8 as CwiseCol<'_>>::Item, <M9 as CwiseCol<'_>>::Item, <M10 as CwiseCol<'_>>::Item, <M11 as CwiseCol<'_>>::Item, <M12 as CwiseCol<'_>>::Item, <M13 as CwiseCol<'_>>::Item, <M14 as CwiseCol<'_>>::Item, <M15 as CwiseCol<'_>>::Item)
)
pub fn zip_unchecked<M16: for<'short> CwiseCol<'short>>(
self,
last: M16
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16)>
pub fn zip<M16: for<'short> CwiseCol<'short>>(
self,
last: M16
) -> ZipCol<(M0, M1, M2, M3, M4, M5, M6, M7, M8, M9, M10, M11, M12, M13, M14, M15, M16)>
Auto Trait Implementations
impl<Tuple> RefUnwindSafe for ZipCol<Tuple>where
Tuple: RefUnwindSafe,
impl<Tuple> Send for ZipCol<Tuple>where
Tuple: Send,
impl<Tuple> Sync for ZipCol<Tuple>where
Tuple: Sync,
impl<Tuple> Unpin for ZipCol<Tuple>where
Tuple: Unpin,
impl<Tuple> UnwindSafe for ZipCol<Tuple>where
Tuple: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more