Home > rc-js-util > _Array > map
Like Array.map.
Array.map
Signature:
static readonly map: typeof arrayMap;
Has more consistent performance characteristics cross platform than the built in Array.map
See arrayMap().