Agree. Also I would love to see collection literal...
# language-proposals
k
Agree. Also I would love to see collection literals such as
[String]
for list of String and
{ String : Int }
for map of String to Int
👍 3