How can I create a Swift macro that forwards parameters to another macro?
I would like to define a new macro @publiclyInitiazable
that aliases to @MemberwiseInit(.public, _optionalsDefaultNil: true)
from this package.
Attached Macros Conformance to Hashable
I’m trying to create a macro that will close the issue with manually implementing the Hashable
protocol.