Polymorphic MapReduce!
This commit is contained in:
parent
5c0cc474be
commit
640886ceb6
2 changed files with 329 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ fn mode_str(m: &ty::mode) -> str {
|
|||
mo_val. { "" }
|
||||
mo_alias(false) { "&" }
|
||||
mo_alias(true) { "&mutable " }
|
||||
mo_move. { "-" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue