-
Rust]general functional programming jargon(cons)“to cons x onto y”/은어 (콘스)코딩Coding/★Rust★기초★Syntax 2022. 3. 29. 18:45728x90
The cons function concept has made its way into more general functional programming jargon: “to cons x onto y” informally means to construct a new container instance by putting the element x at the start of this new container, followed by the container y.
https://doc.rust-lang.org/book/ch15-01-box.html
콘스 리스트는 리스프(Lisp) 프로그래밍 언어 및 파생 언어에 도입된 데이터 구조다.
다른 글 보기
Lisp Programming totirial
- https://economiceco.tistory.com/m/13021반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
Rust] The Illustrated❤️Adventure Survival Guide for New Rustasceans- Lee Baillie (0) 2022.03.30 Rust, WebAssembly, and the future of Serverless by Steve Klabnik (0) 2022.03.30 Rust1.45버젼으로 Tutorial ㅡㅡ 기본적인거 볼만함-완전기초cargo를 안 씀 ㅡㅡ (0) 2022.03.29 Rust] Deref Trait(dereference trait) (0) 2022.03.29 Rust] Quick ' ? ' Operator - danlogs (0) 2022.03.28 Belajar Rust#9- Mengenal Error Handling di Rust- Dev Activity (0) 2022.03.28 Rust - Boolean default = 기본은 false다 확인하는 방법 (0) 2022.03.28 Idiomatic Rust ) - Constructors - Let's Get Rusty (0) 2022.03.26