Mojo 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β
- β
ReversibleRange
: TheReversibleRange
trait describes a range that can be reversed.
Functionsβ
- β
reversed
: Get a reversed iterator of the input range.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!