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