Tagged with optionals
Browse all tags- Article
Swift optional
Optional type in Swift handles the absence of a value. Optional say either "there is a value, and it equals x" or "there isn't a value at all".
Optional type in Swift handles the absence of a value. Optional say either "there is a value, and it equals x" or "there isn't a value at all".