From b2653112adb75a42654fb74bad8d79bab4750cf4 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 2 Dec 2022 00:28:20 -0800 Subject: [PATCH] Remove stray garbage --- posts/2017/10/swift-optional-or.md | 1 - 1 file changed, 1 deletion(-) diff --git a/posts/2017/10/swift-optional-or.md b/posts/2017/10/swift-optional-or.md index 4a57f49..21977fb 100644 --- a/posts/2017/10/swift-optional-or.md +++ b/posts/2017/10/swift-optional-or.md @@ -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.