← Back to context Comment by accelbred 6 days ago Does it allow you to make functions weak? Can you do something like gcc's constructor attribute? 1 comment accelbred Reply lerno 4 days ago Yes both are implemented as attributes `@weak` and `@init` respectively.
Yes both are implemented as attributes `@weak` and `@init` respectively.