new5시간 전· 1 sources
Arguing about arguments
Why it matters
Arguing about arguments Here’s some Rust code: // define a function fn foo(x: i32, y: i32) -> i32 { // body elided } // call it let z = foo(5, 6); In programming language jargon, we call x and y param...
1
Sources
+1
24h
—
Growth
1d
Active