Skip to main content

Mojo module

map

CPU implementation of the map function.

Functions

  • map: Maps a function over the integer range [0, size). This lets you apply an integer index-based operation across data captured by the mapped function (for example, an indexed buffer).

Was this page helpful?