hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-map

Creates a new array by transforming each element using the provided commands.
Parameter
Type
Description
self
[T]
Array to transform
return
type
Type of the transformed elements
commands
commands
Commands to transform each element
return
[T]
New array with transformed elements