Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/iter/adapters/
Dstep_by.rs159 fn spec_nth(&mut self, n: usize) -> Option<Self::Item>; in spec_nth() method
238 default fn spec_nth(&mut self, mut n: usize) -> Option<I::Item> { in spec_nth() method
/third_party/rust/rust/library/core/src/iter/
Drange.rs523 fn spec_nth(&mut self, n: usize) -> Option<Self::Item>; in spec_nth() method
547 default fn spec_nth(&mut self, n: usize) -> Option<A> { in spec_nth() method
632 fn spec_nth(&mut self, n: usize) -> Option<T> { in spec_nth() method