Swift Forums
Given that an optional type can be represented by a non-optional generic parameter, how can you tell the difference between Optional<T>.none and nil?
Using Swift
young
(rtSwift)
November 6, 2020, 1:00am
29
Take a look:
Challenge: Flattening nested optionals
show post in topic