https://github.com/danielinoa/ternary-unwrapping
Ternary Unwrapping Playground
https://github.com/danielinoa/ternary-unwrapping
Last synced: 17 days ago
JSON representation
Ternary Unwrapping Playground
- Host: GitHub
- URL: https://github.com/danielinoa/ternary-unwrapping
- Owner: danielinoa
- License: mit
- Created: 2017-11-19T09:13:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T08:21:15.000Z (about 6 years ago)
- Last Synced: 2026-03-31T16:39:56.347Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ternary Unwrapping Playground
```swift
let _ = optional ?? { unwrapped in ... } | ...
```
Blog Post: http://danielinoa.com/ternary-unwrapping/