-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
trackingTracking issue for an epicTracking issue for an epic
Milestone
Description
Currently, arrays in Mun do not support dynamic resizing in Mun code, as we don't have the ability to call functions like push and resize. To support this, we need to implement:
- Ability to call member functions in the compiler backend
- Ability to specify generic function implementation for arrays (initial solution will inject this in the backend)
Depends on
implblocks for struct functions #503 (backend support)
Metadata
Metadata
Assignees
Labels
trackingTracking issue for an epicTracking issue for an epic