This website works better with JavaScript.
Explore
Help
Register
Sign In
rust
/
trpl-zh-cn
mirror of
https://github.com/KaiserY/trpl-zh-cn
Watch
5
Star
0
Fork
You've already forked trpl-zh-cn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b966f7a15e
gh-pages
main
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b966f7a15e'
${ noResults }
trpl-zh-cn
/
listings
/
ch18-patterns-and-matching
/
listing-18-05
/
src
/
main.rs
6 lines
86 B
Raw
Blame
History
fn
main
(
)
{
// ANCHOR: here
let
(
x
,
y
)
=
(
1
,
2
,
3
)
;
// ANCHOR_END: here
}
Reference in new issue
View Git Blame
Copy Permalink