Searched defs:RepAsIteratorExt (Results 1 – 1 of 1) sorted by relevance
101 pub trait RepAsIteratorExt<'q> { trait123 impl<'q, T: 'q> RepAsIteratorExt<'q> for [T] { impl131 impl<'q, T: 'q, const N: usize> RepAsIteratorExt<'q> for [T; N] { impl