Skip to content

Commit

Permalink
Add MemberwiseInit (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
gohanlon authored Nov 20, 2023
1 parent 4e47793 commit 6e74abb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -6132,6 +6132,12 @@
"description": "Enhancing Date handling by enabling type-level customization of date components",
"homepage": "https://github.com/Ryu0118/swift-typed-date",
"tags": ["swift", "date", "iOS", "macOS", "tvOS"]
}, {
"title": "MemberwiseInit",
"category": "misc",
"description": "`@MemberwiseInit` is a Swift Macro that can more often provide your intended `init`, while following the same safe-by-default semantics of Swift’s memberwise initializers.",
"homepage": "https://github.com/gohanlon/swift-memberwise-init-macro",
"tags": ["swift", "macro", "init", "initializers"]
}
]
}

0 comments on commit 6e74abb

Please sign in to comment.