Avatar
@swift-5.6.3 @swift-5.5.3 struct Links: Codable { let `self`: String init(self aSelf: String) { self.`self` = aSelf } } (edited)