map

The following is a list of properties for the function map:

PropertyValue
briefMaps values of a list
categoryhigher_order_list
descriptionThis function creates a list of the results of calling functor with each value of the first list in values
functionIdmap
functionLabelmap
puretrue
parameters[ { "dataType": "function", "dataTypeParameter": "(... values: any): any", "name": "functor" }, { "description": "These are the parameters passed to functor with the exception that the first list is passed one value at a time. At least one list is required.", "name": "values", "minArgs": 1 } ]
returns{ "dataType": "list" }