Avatar
例の Delegate でゴニョゴニョ実験していたやつの結果が出ました: https://github.com/Kuniwak/DelegateKit
DelegateKit - Operators and Utilities for Delegates
👏 1
4:04 AM
まず、Delegate を protocol SomethingDelegate: class {} という形式で宣言できなくなりました。いちいち Type Erasure 書くのを避けるための苦渋の選択ですが、最悪です
DelegateKit - Operators and Utilities for Delegates