The thing that makes me uneasy so far in learning Rust:
return statements are ofteb unnecessary
One can simply
fn add_two_numbers(a, b) {
a + b
}
It sort of freaks me out seeing no "return a + b"
=> More informations about this toot | View the thread | More toots from snacktraces@hachyderm.io
text/gemini
This content has been proxied by September (3851b).