List

Description

Represents a list, which is an ordered collection of items. This data type is used to store and manage multiple values or objects, allowing you to perform operations on the entire collection or individual elements within it. Lists can contain items of specified data type, making them versatile for different use cases.

Last updated