When you use `List(size) { }` you get a list of th...
# stdlib
i
When you use
List(size) { }
you get a list of that size, when you use hypothetical
Map(size) { }
I'm unsure what should you get.