I wanted to make a deep copy of my custom class, so made custom func copy()
copy()
//make own copy function class Person { var name: String? var