Avatar
protocol Foo { var bar: Bar { get } struct Bar { ... } } みたいな (edited)