Release version 13.4.0 (#1482)
Features:
- Added support for
@Cpp(Type)
attribute onString
type references.
Bug fixes:
- Fixed an issue where
@Swift(Internal)
attribute on an interface had no effect in some cases.
Breaking changes:
- C++ enum function
to_string()
generated by@Cpp(ToString)
attribute returnsstd::string_view
now.