Standard.BaseDataListlengthOn this pageList.length length Group: Metadata Documentation Computes the number of elements in the list. Examples Get the length of a two item list. import Standard.Examples example_length = Examples.list.length Remarks Computational Complexity Note that this is a linear operation requiring O(n) time.