Focus mode

Rust Fundamentals

Iterators:Into Iterator Traits

Collection types such as HashSet, BTreeSet, and BinaryHeap enable us to access their values as a reference, mutable (modifiable) reference, or just a value with the Into Iterator implementation. The value returned in the 3rd option is deleted from the collection.

To understand iterators in more detail, additional resource can be found here:

https://www.youtube.com/watch?v=sjq_0qCCQm0 

You can find further information from Rust documentation in here:

https://doc.rust-lang.org/book/ch13-02-iterators.html 

left-disk

Programs to Accelerate Your Progress in a Software Career

Join our 4-8 month intensive Patika+ bootcamps, start with the fundamentals and gain comprehensive knowledge to kickstart your software career!

right-cube

Comments

You need to enroll in the course to be able to comment!