Closed khchen closed 2 years ago
List constructor do the same thing as list literal for now. However, there is no way to create an preallocated list. So this breaking change let List(n) to do it.
List(n)
Is this a good idea, or not?
close temporary
List constructor do the same thing as list literal for now. However, there is no way to create an preallocated list. So this breaking change let
List(n)
to do it.Is this a good idea, or not?