Hello,
I have what I think are 2 simple (noob level) questions.
The First Question
lets see if I am understanding this correctly.
1) I declare / create 1 Class and 1 Struct
2) Within the Class I Instantiate the Struct
3) Later, all references to the Class are removed
4) Swift removes the...