Lists
Last updated
Last updated
Creates an empty list.
Returns:
List: An empty list.
Creates a list with the specified items.
Parameters:
Item(s) (Any type)
Returns:
List: A list containing the specified items.
[description]
Parameters:
Item(s) (Any type)
Returns:
List: A newly created list.
[description]
Parameters:
List (List)
Returns:
Any type: The first element of the list.
[description]
Parameters:
List (List)
Returns:
List: A list excluding the first element.