List
An immutable sequence of values. For example, [1, 2, 3] is a List<Int>.
[1, 2, 3]
List<Int>
struct List<T> { __BUILTIN_IMPLEMENTATION: NoValue, }