How to work closures?
The Rust Programming Language Forum
How to work closures?
Hello everyone I’m learning about closures; I’ve been reading the documentation and I’m still unsure about when and where it’s recommended to use this type of function. Another point of concern is that, whilst it allows you to use multiple immutable variables, it doesn’t use up any more memory. Thank you very much for the explanation.
0 comments
No comments yet.