/KeyPathIterable

Swift macro that can get KeyPath of all properties of struct, class, enum or actor

Primary LanguageSwiftMIT LicenseMIT

This is a fork of https://github.com/Ryu0118/KeyPathIterable with the following changes:

  • Update to non beta APIs.
  • Add keyPath to _memberName instance on property wrappers.