tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Make ResolveMetaclass into a closure type #118

Closed tristanlabelle closed 3 months ago

tristanlabelle commented 3 months ago

Fixes #116

tristanlabelle commented 3 months ago

Abandoning because this use of closures is not idiomatic in Swift. A protocol would be better.