Signature: List() -> List<T>

Description: Creates a new empty list.

Returns: List

Example #

let myList = List()
print("Created empty list")