Daniel Tull: Today I Learned

Swift's for case let syntax

Sunday, 19 April 2020

More use of the obtuse for case let syntax from Tim Vermeulen:

for case let viewController as MyProtocol in viewControllers { ... }