Home
last modified time | relevance | path

Searched defs:U (Results 51 – 75 of 22758) sorted by relevance

12345678910>>...911

/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/net/krill/krill-0.9.4/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/racer/racer-2.1.48/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/net-im/fractal/fractal-4.4.0/vendor/generic-array/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/generic-array-0.12.3/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/websocat/websocat-1.9.0/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/textproc/jql/jql-3.0.6/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/xh/xh-0.14.1/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/zola/zola-0.15.2/cargo-crates/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/zola/zola-0.15.2/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/lang/rust/rustc-1.58.1-src/vendor/generic-array/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/lang/rust/rustc-1.58.1-src/vendor/generic-array-0.12.4/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/generic-array-0.12.3/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/generic-array-0.14.4/src/
H A Dfunctional.rs48 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
51 Self::Length: ArrayLength<U>, in map()
52 F: FnMut(Self::Item) -> U, in map()
63 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
66 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
67 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
69 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
77 fn fold<U, F>(self, init: U, f: F) -> U in fold()
79 F: FnMut(U, Self::Item) -> U, in fold()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/generic-array/src/
H A Dfunctional.rs47 fn map<U, F>(self, f: F) -> MappedSequence<Self, T, U> in map() argument
50 Self::Length: ArrayLength<U>, in map()
51 F: FnMut(Self::Item) -> U, in map()
62 fn zip<B, Rhs, U, F>(self, rhs: Rhs, f: F) -> MappedSequence<Self, T, U> in zip() argument
65 Rhs: MappedGenericSequence<B, U, Mapped = MappedSequence<Self, T, U>>, in zip() argument
66 Self::Length: ArrayLength<B> + ArrayLength<U>, in zip()
68 F: FnMut(Self::Item, Rhs::Item) -> U, in zip()
76 fn fold<U, F>(self, init: U, f: F) -> U in fold()
78 F: FnMut(U, Self::Item) -> U, in fold()

12345678910>>...911