Adaptive Framework 0.9.0

list

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

PropertyValue
briefConstruct a list with 0 or more elements
categorylist
descriptionConstruct a list with 0 or more elements.
errorsThrown[ { "error": "cast_error", "reason": "value could not be converted" } ]
functionIdlist
functionLabellist
puretrue
parameters[ { "minArgs": 0, "description": "A value can refer to any adaptable value belonging to any data type or a list expression. In the case of a list expression, indicated by \"...\" followed by an expression that results in a list, every element within that list is included in the newly created list.", "name": "values" } ]
returns{ "dataType": "list", "description": "The constructed list." }