Adaptive Framework 0.9.0

add_entries

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

PropertyValue
briefAdd entries of one or more lists to another
categorylist
descriptionAdd the entries of one or more lists to another.
functionIdadd_entries
functionLabeladd_entries
purefalse
parameters[ { "dataType": "list", "description": "Target list. This list must not be immutable.", "name": "target" }, { "minArgs": 1, "dataType": "list", "description": "Source list(s).", "name": "source" } ]
returns{ "dataType": "list", "description": "The modified target list." }
sideEffects[ "Target list is modified." ]