FunctionslengthVersion: v4.23On this pagelengthRetrieves the length of a list.length(xs:list) -> intDescriptionThe length function returns the number of elements in the list xs.ExamplesGet the length of a listfrom {n: [1, 2, 3].length()}{n: 3}See Alsolength_bytes, length_chars