Skip to content

Commit

Permalink
doc: iter module adapters list
Browse files Browse the repository at this point in the history
  • Loading branch information
julio4 committed Jan 15, 2025
1 parent e881b9d commit 3e881f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions corelib/src/iter.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,11 @@
//! often called 'iterator adapters', as they're a form of the 'adapter
//! pattern'.
//!
//! The only adapter for now is [`map`].
//! For more, see the [`map`] documentation.
//! Common iterators adapters include [`map`], [`enumerate`] and [`zip`].
//!
//! [`map`]: Iterator::map
//! [`enumerate`]: Iterator::enumerate
//! [`zip`]: Iterator::zip
//!
//! # Laziness
//!
Expand Down

0 comments on commit 3e881f4

Please sign in to comment.