The C++ list type.
Aliases:
std::vector<type>
List<type>
[]type
[a]
[]
@array
// In PHP, indexed arrays are used as lists.
[array]
list
Array
Vec<Type>
List[type]
# Bash uses arrays for lists:myList=(item1 item2 item3)
Array<Type>