Avatar
@swift-4.2.4 public struct Foo { @usableFromInline private var a: Int = 42 @inlinable public mutating func f() -> Int { a += 1 return a } }