-
Rust용어)Type annotation코딩Coding/Rust용어 2022. 2. 4. 08:55728x90
Type annotation
http://gradebot.org/doc/ipur/function.html#type-annotationFunctions - 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
반응형'코딩Coding > Rust용어' 카테고리의 다른 글
Rust용어] Zero Sized Types (ZSTs) (0) 2022.05.29 Rust용어]ABI, Application Binary Interface (ABI) (0) 2022.05.17 coding용어) aggregation (0) 2022.04.05 Rust용어)Type Inference:(타입_추론)Hindley-Milner in Rust-Reddit (0) 2022.02.07 (용어) instance, instantiate- 개념 (0) 2021.12.23 Rust용어)casting = simple type change using 'as' (0) 2021.12.10 하드코딩Hard cording (0) 2021.12.06 Rust용어_타입 애노테이션(Type Annotation) (0) 2021.05.11