Home
last modified time | relevance | path

Searched defs:DoubleEndedIterator (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/lang/rust/rustc-1.58.1-src/library/core/src/iter/adapters/
H A Dfuse.rs257 fn next_back(&mut self) -> Option<Self::Item> in next_back()
260 fn nth_back(&mut self, n: usize) -> Option<Self::Item> in nth_back()
268 I: DoubleEndedIterator; in try_rfold()
272 I: DoubleEndedIterator; in rfind()
316 default fn next_back(&mut self) -> Option<<I as Iterator>::Item> in next_back()
337 I: DoubleEndedIterator, in try_rfold()
350 I: DoubleEndedIterator, in rfind()
395 fn next_back(&mut self) -> Option<<I as Iterator>::Item> in next_back()
403 fn nth_back(&mut self, n: usize) -> Option<<I as Iterator>::Item> in nth_back()
416 I: DoubleEndedIterator, in try_rfold()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/core/src/iter/traits/
H A Ddouble_ended.rs40 pub trait DoubleEndedIterator: Iterator { trait
367 impl<'a, I: DoubleEndedIterator + ?Sized> DoubleEndedIterator for &'a mut I { impl
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/auto_enums_derive-0.5.9/src/derive/core/iter/
H A Ddouble_ended_iterator.rs32 trait DoubleEndedIterator: ::core::iter::Iterator { in derive() trait
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/petgraph-0.4.13/src/
H A Dutil.rs13 I::IntoIter: DoubleEndedIterator in rev()
H A Diter_utils.rs20 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/petgraph-0.4.13/src/
H A Dutil.rs13 I::IntoIter: DoubleEndedIterator in rev()
H A Diter_utils.rs20 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/petgraph-0.5.0/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/petgraph/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/net/krill/krill-0.9.4/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/petgraph-0.4.13/src/
H A Dutil.rs13 I::IntoIter: DoubleEndedIterator in rev()
/dports/lang/rust/rustc-1.58.1-src/vendor/petgraph/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/petgraph/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/petgraph-0.5.1/src/
H A Dutil.rs14 I::IntoIter: DoubleEndedIterator, in rev()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/petgraph-0.6.0/src/
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()
/dports/devel/grex/grex-1.3.0/cargo-crates/petgraph-0.6.0/src/
H A Diter_utils.rs21 Self: DoubleEndedIterator, in ex_rfind_map()

12345678910>>...20