Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[Rust] function as value
cwchen
Aug 23rd, 2017
421
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Rust
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
fn
add_one
(
x
:
i32
)
->
i32
{
return
x
+
1
;
}
fn
main
(
)
{
let
f
:
fn
(
i32
)
->
i32
=
add_one
;
assert_eq
!
(
f
(
5
)
,
6
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Swapzone money bug 🚨 🔥
JavaScript | 3 min ago | 0.22 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 7 min ago | 0.09 KB
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 8 min ago | 0.09 KB
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 8 min ago | 0.09 KB
⭐⭐⭐Exchange Exploit⭐⭐
Java | 9 min ago | 0.09 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 10 min ago | 0.09 KB
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 10 min ago | 0.09 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 11 min ago | 0.09 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!