Adaptive Framework 0.9.0

list

The following is a list of functions in the category list

FunctionDescription
add_entriesAdd the entries of one or more lists to another.
joinConcatenate the string values of the elements of a list with a separator.
listConstruct a list with 0 or more elements.
reverseReverse the order of the elements in a list. If the list is typed, the resulting list will be the same type.
sliceThis function extracts a consecutive slice of values from a list.