๐
ios.dev
ios.dev
news
events
More
ios.dev
news
events
Search...
Ctrl +โK
Swift
Pattern Matching
Sentence Patterns
Previous
Pattern Matching
Next
... as! ...
Last updated
2 years ago
๐ฆ
๐ฐ
๐ด
... as! ...
(... as? ...)?.method()
if let ... as?
if/guard case let
for case let ... where
switch case
switch case is ...
switch case let ... where
switch case let ... as
switch on other types