Remove stray garbage

This commit is contained in:
Sami Samhuri 2022-12-02 00:28:20 -08:00
parent 2094bc1487
commit b2653112ad
No known key found for this signature in database
GPG key ID: 4B4195422742FC16

View file

@ -4,7 +4,6 @@ Title: A nil-coalescing alternative for Swift
Date: 6th October, 2017
Timestamp: 1507324813
Tags: iOS, Swift
Path_deprecated: /posts/2017/10/swift-optional-or
---
Swift compile times leave something to be desired and a common culprit is the affectionately-named [nil-coalescing operator][nilop]. A small extension to `Optional` can improve this without sacrificing a lot of readability.