Relative Content

Tag Archive for iosswiftswift-macro

Swift accessor macro with dynamic value

I want to write a macro GetSetMacro which is taking in the value of the stored property of the type and generate the accessors for another property based on it.