You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering whether it would be possible to simplify Marshal implementation using new Swift features like conditional protocol conformance. This would also simplify creating 3rd party extensions above Marshal.
This would e.g. allow [ValueType] to conform ValueType so lot of code could be then reused/deleted.
I'm open to implementing it but don't wanna waste time on something that wouldn't have a chance to be merged.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering whether it would be possible to simplify Marshal implementation using new Swift features like conditional protocol conformance. This would also simplify creating 3rd party extensions above Marshal.
This would e.g. allow
[ValueType]
to conformValueType
so lot of code could be then reused/deleted.I'm open to implementing it but don't wanna waste time on something that wouldn't have a chance to be merged.
Thanks
The text was updated successfully, but these errors were encountered: