the worst thing about shortcuts for types IMO is t...
# language-proposals
v
the worst thing about shortcuts for types IMO is that it sets those types apart from others. For example in Kotlin I know that I can mimic a list any time I want, and it is just a generic type. In Swift the List<T> is something nobody touches except for Apple