You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be helpful to have the ability to specify the initial size of list, set, and dict. A user would set the initial size of the type but wouldn't prevent them from further extension.
Describe the solution you'd like
vardozen=newList(12);
vardaysOfTheWeek=newDict(7);
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Sounds good to me! I wonder if it's worth having a List / Dict namespace then later on we can add other methods that create these from method calls, i.e:
I was thinking of doing that initially but decided to keep it simple at the outset. I'm happy to do whatever you think is best. I have a working implementation but need to find all the memory I'm leaking. 😂
Is there an existing issue for this?
Is your feature request related to a problem?
It might be helpful to have the ability to specify the initial size of list, set, and dict. A user would set the initial size of the type but wouldn't prevent them from further extension.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: