My Snippets
My Collections
Search Engine
Pricing
snippet
unknown
swift
3 years ago
69 B
3
Indexable
let y: String? = nil guard let x = y else { return } print(x)
Editor is loading...