let launchStatus = Dictionary {
["Weather": true]
["Range": true]
if hasCrew {
["Medic": true]
}
if #available(macOS 11.0, iOS 14.0, *) {
["Latest Software": true]
}
switch reuseCount {
case 0:
["Unboxed": true]
default:
["Repainted": true]
}
}
-
Notifications
You must be signed in to change notification settings - Fork 0
spacenation/swift-dictionary-builder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🚀 Dictionary result builder for Swift