Adaptive Framework 0.9.0

reverse

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

PropertyValue
briefReturn list with elements reversed
categorylist
dataTypeMethodtrue
descriptionReverse the order of the elements in a list. If the list is typed, the resulting list will be the same type.
functionIdreverse
functionLabelreverse
puretrue
parameters[ { "dataType": "list", "description": "A list to reverse.", "name": "list" } ]
returns{ "dataType": "list", "description": "A list with elements reversed." }