mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
Remove stray garbage
This commit is contained in:
parent
2094bc1487
commit
b2653112ad
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@ Title: A nil-coalescing alternative for Swift
|
||||||
Date: 6th October, 2017
|
Date: 6th October, 2017
|
||||||
Timestamp: 1507324813
|
Timestamp: 1507324813
|
||||||
Tags: iOS, Swift
|
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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue