Rust - Iterators
Offered By: The Dev Method via YouTube
Course Description
Overview
Explore the power of iterators in Rust through this 20-minute video tutorial. Dive into Chapter 13, section 2 of the Rust Programming book, covering essential concepts such as processing item series, the Iterator trait, and the next method. Learn about methods that consume iterators and those that produce new ones. Discover how to use closures that capture their environment, enhancing your functional programming skills in Rust. Follow along with code examples and gain practical insights into this fundamental aspect of Rust programming.
Syllabus
intro
Processing a Series of Items with Iterators
The Iterator trait and the next method
Methods that consume the iterator
Methods that produce other Iterators
Using Closures that Capture their Environment
Taught by
The Dev Method
Related Courses
Functional Programming Principles in ScalaÉcole Polytechnique Fédérale de Lausanne via Coursera Functional Program Design in Scala
École Polytechnique Fédérale de Lausanne via Coursera Paradigms of Computer Programming
Université catholique de Louvain via edX Introduction to Functional Programming
Delft University of Technology via edX Paradigms of Computer Programming – Fundamentals
Université catholique de Louvain via edX