This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d8b2a5efc0
rust
/
tests
/
data
/
parser
/
inline
/
0094_range_pat.rs
Aleksey Kladov
5e0fbd5964
Range patterns
2018-08-08 15:05:33 +03:00
4 lines
47 B
Rust
Raw
Blame
History
fn
main
(
)
{
match
92
{
0
..
.
100
=
>
(
)
}
}
Reference in New Issue
View Git Blame
Copy Permalink