Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rust高阶函数&惰性迭代器&函数式编程 #3

Open
JChaooo opened this issue Sep 17, 2022 · 0 comments
Open

Rust高阶函数&惰性迭代器&函数式编程 #3

JChaooo opened this issue Sep 17, 2022 · 0 comments

Comments

@JChaooo
Copy link
Owner

JChaooo commented Sep 17, 2022

https://jc-meet.cn/post/Rust%E9%AB%98%E9%98%B6%E5%87%BD%E6%95%B0-%E6%83%B0%E6%80%A7%E8%BF%AD%E4%BB%A3%E5%99%A8-%E5%87%BD%E6%95%B0%E5%BC%8F%E7%BC%96%E7%A8%8B
高阶函数以及惰性计算介绍: 高阶函数以及惰性计算介绍 Rust 提供了高阶函数(Higher Order Function, HOF),指那些输入一个或多个函数,并且/或者产生一个更有用的函数的函数。HOF 和惰性迭代器(lazy iterator)给 Rust 带来了...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant