Home
last modified time | relevance | path

Searched defs:spec_nth_back (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/library/core/src/iter/adapters/
Dstep_by.rs188 fn spec_nth_back(&mut self, n: usize) -> Option<Self::Item> in spec_nth_back() method
331 default fn spec_nth_back(&mut self, n: usize) -> Option<I::Item> { in spec_nth_back() method
/third_party/rust/rust/library/core/src/iter/
Drange.rs528 fn spec_nth_back(&mut self, n: usize) -> Option<Self::Item>; in spec_nth_back() method
588 default fn spec_nth_back(&mut self, n: usize) -> Option<A> { in spec_nth_back() method
676 fn spec_nth_back(&mut self, n: usize) -> Option<T> { in spec_nth_back() method