1 2 3 4 5 6
public struct Patterns { public private(set) var text = "Hello, World!" public init() { } }