Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 416 Bytes

File metadata and controls

16 lines (11 loc) · 416 Bytes

List Module

List.Flatten

Recursively flattens list elements. The end result is a single list

List.From

Converts a text representation of a list into a list of the elements. Items are considered to be split by ,

List.ToText

Converts a list to a textual representation. Inverse of List.From

List.Swap

Swaping the elements of a list

List.Shuffle

Generate a random shuffle of the elements in a list