Focus mode

Rust Fundamentals

Iterators:iter and iter_mut Methods

Array and slice types such as Vector, String push us, and iter_mut allows us to obtain their values as immutable (iter) or modifiable (iter_mut).

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!