Skip to content

list::column

column(list: List, index: Integer)

ParameterTypeDescription
listListA list of indexables
indexIntegerThe column index

Returns

(List) A list containing all the items at the given index in each of the sub-lists in the given list.