An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Ternary Unwrapping Playground

```swift
let _ = optional ?? { unwrapped in ... } | ...
```

Blog Post: http://danielinoa.com/ternary-unwrapping/