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