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
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Support for stack allocation of
Injectables could probably be implemented.Stack allocation is to be possible if the interface is a concrete type.
This will require
getto be able to return either a heap allocated value (like Box) or a stack allocated value.resolvemethod ofInjectables to figure out whether dependencies should be used as heap or stack values