js-util

Home > rc-js-util > _Array > map

_Array.map property

Like Array.map.

Signature:

static readonly map: typeof arrayMap;

Remarks

Has more consistent performance characteristics cross platform than the built in Array.map

See arrayMap().