We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce2889 commit 599cbf7Copy full SHA for 599cbf7
src/rustdoc/par.rs
@@ -1,7 +1,7 @@
1
export anymap, seqmap, parmap;
2
3
fn anymap<T:send, U:send>(v: [T], f: fn~(T) -> U) -> [U] {
4
- seqmap(v, f)
+ parmap(v, f)
5
}
6
7
fn seqmap<T, U>(v: [T], f: fn(T) -> U) -> [U] {
0 commit comments