코딩Coding/Rust용어
Rust용어)Type annotation
내인생PLUS
2022. 2. 4. 08:55
728x90
Type annotation
http://gradebot.org/doc/ipur/function.html#type-annotation
Functions - Introduction to Programming Using Rust
A function takes zero or more input values and optionally returns an output value. By convention, we call the input values parameters in the callee, and arguments in the caller. # #![allow(unused_variables)] #fn main() { fn foo() { } fn bar(x: i32, y: &str
gradebot.org
반응형