Skip to main content

module

reversed

Provides the reversed function for reverse iteration over collections.

These are Mojo built-ins, so you don't need to import them.

Traits

Functions

  • reversed: Get a reversed iterator of the input range.

Was this page helpful?