Hi, I'm studying optional and I have a simple question.
I'm just curious how the optional mark(? or !) is made.
For example,
Those question and exclamation mark after Int are types?
How can I call those marks? Can I check a developer document or internal source about those?
I'm just curious how the optional mark(? or !) is made.
For example,
Code Block swift var test: Int? var test: Int!
Those question and exclamation mark after Int are types?
How can I call those marks? Can I check a developer document or internal source about those?