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
a8a4d4ec05
rust
/
src
/
test
/
run-pass
/
box-compare.rs
7 lines
113 B
Rust
Raw
Normal View
History
Unescape
Escape
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
Implement deep structural comparison through boxes and sequences.
2011-03-09 22:14:19 -06:00
fn
main
(
)
{
Reformat source tree (minus a couple tests that are still grumpy).
2011-06-15 13:19:50 -05:00
assert
(
@
1
<
@
3
)
;
assert
(
@
@
"
hello
"
>
@
@
"
hello
"
)
;
assert
(
@
@
@
"
hello
"
!
=
@
@
@
"
there
"
)
;
Implement deep structural comparison through boxes and sequences.
2011-03-09 22:14:19 -06:00
}
Reference in New Issue
Copy Permalink