Phlippie Bosman
1 min readSep 13, 2017

--

I feel like this is more “swifty”

extension Optional where Wrapped == String {
var nonEmpty: String? {
switch self {
case .none: return nil
case .some(let string): return string.isEmpty ? nil : string
}
}
}

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response