Referencing itself in a struct in Swift

Source: Augmented Code ยท Published: 2024-07-29

It took a long time, I mean years, but it finally happened. I stumbled on a struct which had a property of the same type. At first, it is kind of interesting that the replies property compiles fine, although it is a collection of the same type. I guess it is so because array’s storage […]