<..
struct Foo { var bar: Bar { mutating get { ... } } }
struct Foo { mutating func bar() -> Bar { ... } }