-
(Rust용어) inference 추론처리코딩Coding/Rust용어 2020. 9. 20. 10:10728x90
https://100.daum.net/encyclopedia/view/156XX52207610
추론처리
컴퓨터의 지식정보 처리 중의 중요한 측면의 하나. 유연성이 요구되는 지적인 정보처리 시스템은 종래의 절차형으로 기술하려면 처리가 방대해지고 복잡해져서 기술이 곤란하게 된다. 그러므
100.daum.net
Inference -Rust By Example
https://doc.rust-lang.org/stable/rust-by-example/types/inference.htmlInference - Rust By Example
The type inference engine is pretty smart. It does more than looking at the type of the value expression during an initialization. It also looks at how the variable is used afterwards to infer its type. Here's an advanced example of type inference: fn main
doc.rust-lang.org
반응형'코딩Coding > Rust용어' 카테고리의 다른 글
Rust용어_New module system/Module / Crate (0) 2020.09.20 Rust용어_impl Trait for returning complex type with ease. (0) 2020.09.20 Rust용어_dyn Trait for trait objects- The Edition Guide (0) 2020.09.20 Rust용어)Non-lexical lifetimes (0) 2020.09.20 Rust용어)Default match binding (0) 2020.09.20 (Rust용어)More Lifetime Elision (0) 2020.09.20 증분 컴파일러(incremental compiler) (0) 2020.09.20 (Coding용어)알로케이터(allocator) (0) 2020.09.20