코딩Coding/Rust용어
Rust용어_타입 애노테이션(Type Annotation)
내인생PLUS
2021. 5. 11. 20:17
728x90
gradebot.org/doc/ipur/function.html
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
반응형