Skip to main content
Version: Nightly

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).